Color Hex Logo

#c875cd Color Hex

#C875CD
(200,117,205)
0 Favorites   0 Comments

Color spaces of #c875cd

RGB 200117205
HSL0.820.470.63
HSV297°43°80°
CMYK 0.020.430.00   0.20
XYZ41.200229.409761.2628
Yxy29.40970.31240.2230
Hunter Lab54.230740.7064-29.0166
CIE-Lab61.141545.8985-32.1082

#c875cd color RGB value is (200,117,205).

#c875cd hex color red value is 200, green value is 117 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #c875cd hue: 0.82 , saturation: 0.47 and the lightness value of c875cd is 0.63.

The process color (four color CMYK) of #c875cd color hex is 0.02, 0.43, 0.00, 0.20. Web safe color of #c875cd is #cc66cc. Color #c875cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01110101 11001101
Octal 310 165 315
Decimal 200 117 205
Hex C8 75 CD

RGB Percentages of Color #c875cd

%38.31
%22.41
%39.27

CMYK Percentages of Color #c875cd

%2
%43
%0
%20

Triadic Colors of #c875cd

#c875cd #cdc875 #75cdc8

Analogous Colors of #c875cd

#c875cd #cd75a6 #9c75cd

Monochromatic Colors of #c875cd

#c875cd

Complementary Color

#c875cd #7acd75

#c875cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c875cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c875cd Color CSS Codes

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

#c875cd Text Font Color

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

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


#c875cd Background Color

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

This div background color is #c875cd


#c875cd Border Color

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

This div border color is #c875cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c875cd


Comments

No comments written yet.

Please login to write comment.