color codes Logo

#c841cf color codes

#C841CF
(200,65,207)
0 Favorites   0 Comments

Color spaces of #c841cf

RGB 20065207
HSL0.830.600.53
HSV297°69°81°
CMYK 0.030.690.00   0.19
XYZ36.972220.564961.0523
Yxy20.56490.31180.1734
Hunter Lab45.348566.1693-48.0776
CIE-Lab52.470069.8619-46.8698

#c841cf color RGB value is (200,65,207).

#c841cf hex color red value is 200, green value is 65 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #c841cf hue: 0.83 , saturation: 0.60 and the lightness value of c841cf is 0.53.

The process color (four color CMYK) of #c841cf color code is 0.03, 0.69, 0.00, 0.19. Web safe color of #c841cf is #cc33cc. Color #c841cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01000001 11001111
Octal 310 101 317
Decimal 200 65 207
Hex C8 41 CF

RGB Percentages of Color #c841cf

%42.37
%13.77
%43.86

CMYK Percentages of Color #c841cf

%3
%69
%0
%19

Triadic Colors of #c841cf

#c841cf #cfc841 #41cfc8

Analogous Colors of #c841cf

#c841cf #cf418f #8141cf

Monochromatic Colors of #c841cf

#c841cf

Complementary Color

#c841cf #48cf41

#c841cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c841cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c841cf Color CSS Codes

.mybgcolor {background-color:#c841cf; } 
.myforecolor {color:#c841cf; }
.mybordercolor {border:3px solid #c841cf; }

#c841cf Text Font Color

<p style="color:#c841cf">Text here</p>

This sample text font color is #c841cf
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#c841cf Background Color

<div style="background-color:#c841cf">
Div content here</div>

This div background color is #c841cf


#c841cf Border Color

<div style="border:3px solid #c841cf">
Div here</div>

This div border color is #c841cf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(200,65,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c841cf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c841cf;
  -webkit-box-shadow: 1px 1px 3px 2px #c841cf;
  box-shadow:         1px 1px 3px 2px #c841cf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,65,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c841cf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c841cf;
  -webkit-box-shadow: 1px 1px 3px 2px #c841cf;
  box-shadow:         1px 1px 3px 2px #c841cf;">
Div content here</div>

This div box has shadow with color #c841cf


Comments

No comments written yet.

Please login to write comment.