Color Hex Logo

#c875de Color Hex

#C875DE
(200,117,222)
0 Favorites   0 Comments

Color spaces of #c875de

RGB 200117222
HSL0.800.610.66
HSV287°47°87°
CMYK 0.100.470.00   0.13
XYZ43.365530.275972.6655
Yxy30.27590.29640.2069
Hunter Lab55.023544.3894-39.7834
CIE-Lab61.891549.1819-40.4819

#c875de color RGB value is (200,117,222).

#c875de hex color red value is 200, green value is 117 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c875de hue: 0.80 , saturation: 0.61 and the lightness value of c875de is 0.66.

The process color (four color CMYK) of #c875de color hex is 0.10, 0.47, 0.00, 0.13. Web safe color of #c875de is #cc66cc. Color #c875de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01110101 11011110
Octal 310 165 336
Decimal 200 117 222
Hex C8 75 DE

RGB Percentages of Color #c875de

%37.11
%21.71
%41.19

CMYK Percentages of Color #c875de

%10
%47
%0
%13

Triadic Colors of #c875de

#c875de #dec875 #75dec8

Analogous Colors of #c875de

#c875de #de75c0 #9475de

Monochromatic Colors of #c875de

#c875de

Complementary Color

#c875de #8bde75

#c875de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c875de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c875de Color CSS Codes

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

#c875de Text Font Color

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

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


#c875de Background Color

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

This div background color is #c875de


#c875de Border Color

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

This div border color is #c875de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c875de


Comments

No comments written yet.

Please login to write comment.