Color Hex Logo

#c0b2dc Color Hex

#C0B2DC
(192,178,220)
0 Favorites   0 Comments

Color spaces of #c0b2dc

RGB 192178220
HSL0.720.380.78
HSV260°19°86°
CMYK 0.130.190.00   0.14
XYZ50.576948.214674.3508
Yxy48.21460.29210.2785
Hunter Lab69.43678.5030-14.8803
CIE-Lab74.960113.1044-19.2909

#c0b2dc color RGB value is (192,178,220).

#c0b2dc hex color red value is 192, green value is 178 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c0b2dc hue: 0.72 , saturation: 0.38 and the lightness value of c0b2dc is 0.78.

The process color (four color CMYK) of #c0b2dc color hex is 0.13, 0.19, 0.00, 0.14. Web safe color of #c0b2dc is #cc99cc. Color #c0b2dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10110010 11011100
Octal 300 262 334
Decimal 192 178 220
Hex C0 B2 DC

RGB Percentages of Color #c0b2dc

%32.54
%30.17
%37.29

CMYK Percentages of Color #c0b2dc

%13
%19
%0
%14

Triadic Colors of #c0b2dc

#c0b2dc #dcc0b2 #b2dcc0

Analogous Colors of #c0b2dc

#c0b2dc #d5b2dc #b2b9dc

Monochromatic Colors of #c0b2dc

#c0b2dc

Complementary Color

#c0b2dc #cedcb2

#c0b2dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0b2dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0b2dc Color CSS Codes

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

#c0b2dc Text Font Color

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

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


#c0b2dc Background Color

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

This div background color is #c0b2dc


#c0b2dc Border Color

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

This div border color is #c0b2dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(192,178,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c0b2dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c0b2dc;
  -webkit-box-shadow: 1px 1px 3px 2px #c0b2dc;
  box-shadow:         1px 1px 3px 2px #c0b2dc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,178,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0b2dc


Comments

No comments written yet.

Please login to write comment.