Color Hex Logo

#c88ced Color Hex

#C88CED
(200,140,237)
0 Favorites   0 Comments

Color spaces of #c88ced

RGB 200140237
HSL0.770.730.74
HSV277°41°93°
CMYK 0.160.410.00   0.07
XYZ48.483637.150084.7361
Yxy37.15000.28460.2181
Hunter Lab60.950835.3248-39.7616
CIE-Lab67.389440.0678-40.1891

#c88ced color RGB value is (200,140,237).

#c88ced hex color red value is 200, green value is 140 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #c88ced hue: 0.77 , saturation: 0.73 and the lightness value of c88ced is 0.74.

The process color (four color CMYK) of #c88ced color hex is 0.16, 0.41, 0.00, 0.07. Web safe color of #c88ced is #cc99ff. Color #c88ced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10001100 11101101
Octal 310 214 355
Decimal 200 140 237
Hex C8 8C ED

RGB Percentages of Color #c88ced

%34.66
%24.26
%41.07

CMYK Percentages of Color #c88ced

%16
%41
%0
%7

Triadic Colors of #c88ced

#c88ced #edc88c #8cedc8

Analogous Colors of #c88ced

#c88ced #ed8ce2 #988ced

Monochromatic Colors of #c88ced

#c88ced

Complementary Color

#c88ced #b1ed8c

#c88ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c88ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#c88ced Color CSS Codes

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

#c88ced Text Font Color

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

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


#c88ced Background Color

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

This div background color is #c88ced


#c88ced Border Color

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

This div border color is #c88ced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c88ced


Comments

No comments written yet.

Please login to write comment.