Color Hex Logo

#c87dcf Color Hex

#C87DCF
(200,125,207)
0 Favorites   0 Comments

Color spaces of #c87dcf

RGB 200125207
HSL0.820.460.65
HSV295°40°81°
CMYK 0.030.400.00   0.19
XYZ42.415531.451662.8667
Yxy31.45160.31020.2300
Hunter Lab56.081736.8594-27.2059
CIE-Lab62.887042.0595-30.5272

#c87dcf color RGB value is (200,125,207).

#c87dcf hex color red value is 200, green value is 125 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #c87dcf hue: 0.82 , saturation: 0.46 and the lightness value of c87dcf is 0.65.

The process color (four color CMYK) of #c87dcf color hex is 0.03, 0.40, 0.00, 0.19. Web safe color of #c87dcf is #cc66cc. Color #c87dcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01111101 11001111
Octal 310 175 317
Decimal 200 125 207
Hex C8 7D CF

RGB Percentages of Color #c87dcf

%37.59
%23.50
%38.91

CMYK Percentages of Color #c87dcf

%3
%40
%0
%19

Triadic Colors of #c87dcf

#c87dcf #cfc87d #7dcfc8

Analogous Colors of #c87dcf

#c87dcf #cf7dad #9f7dcf

Monochromatic Colors of #c87dcf

#c87dcf

Complementary Color

#c87dcf #84cf7d

#c87dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c87dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c87dcf Color CSS Codes

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

#c87dcf Text Font Color

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

This sample text font color is #c87dcf
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.


#c87dcf Background Color

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

This div background color is #c87dcf


#c87dcf Border Color

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

This div border color is #c87dcf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,125,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 #c87dcf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c87dcf


Comments

No comments written yet.

Please login to write comment.