Color Hex Logo

#c8c3df Color Hex

#C8C3DF
(200,195,223)
0 Favorites   0 Comments

Color spaces of #c8c3df

RGB 200195223
HSL0.700.300.82
HSV251°13°87°
CMYK 0.100.130.00   0.13
XYZ56.653856.637377.7582
Yxy56.63730.29650.2965
Hunter Lab75.25782.6732-8.5795
CIE-Lab79.97527.1054-13.2945

#c8c3df color RGB value is (200,195,223).

#c8c3df hex color red value is 200, green value is 195 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c8c3df hue: 0.70 , saturation: 0.30 and the lightness value of c8c3df is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 11000011 11011111
Octal 310 303 337
Decimal 200 195 223
Hex C8 C3 DF

RGB Percentages of Color #c8c3df

%32.36
%31.55
%36.08

CMYK Percentages of Color #c8c3df

%10
%13
%0
%13

Triadic Colors of #c8c3df

#c8c3df #dfc8c3 #c3dfc8

Analogous Colors of #c8c3df

#c8c3df #d6c3df #c3ccdf

Monochromatic Colors of #c8c3df

#c8c3df

Complementary Color

#c8c3df #dadfc3

#c8c3df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8c3df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8c3df Color CSS Codes

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

#c8c3df Text Font Color

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

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


#c8c3df Background Color

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

This div background color is #c8c3df


#c8c3df Border Color

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

This div border color is #c8c3df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8c3df


Comments

No comments written yet.

Please login to write comment.