Color Hex Logo

#c8bddf Color Hex

#C8BDDF
(200,189,223)
0 Favorites   0 Comments

Color spaces of #c8bddf

RGB 200189223
HSL0.720.350.81
HSV259°15°87°
CMYK 0.100.150.00   0.13
XYZ55.336354.002377.3190
Yxy54.00230.29650.2893
Hunter Lab73.48635.8123-10.9419
CIE-Lab78.463110.3355-15.5643

#c8bddf color RGB value is (200,189,223).

#c8bddf hex color red value is 200, green value is 189 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c8bddf hue: 0.72 , saturation: 0.35 and the lightness value of c8bddf is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 10111101 11011111
Octal 310 275 337
Decimal 200 189 223
Hex C8 BD DF

RGB Percentages of Color #c8bddf

%32.68
%30.88
%36.44

CMYK Percentages of Color #c8bddf

%10
%15
%0
%13

Triadic Colors of #c8bddf

#c8bddf #dfc8bd #bddfc8

Analogous Colors of #c8bddf

#c8bddf #d9bddf #bdc3df

Monochromatic Colors of #c8bddf

#c8bddf

Complementary Color

#c8bddf #d4dfbd

#c8bddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8bddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8bddf Color CSS Codes

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

#c8bddf Text Font Color

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

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


#c8bddf Background Color

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

This div background color is #c8bddf


#c8bddf Border Color

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

This div border color is #c8bddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8bddf


Comments

No comments written yet.

Please login to write comment.