Color Hex Logo

#c0b9fe Color Hex

#C0B9FE
(192,185,254)
0 Favorites   0 Comments

Color spaces of #c0b9fe

RGB 192185254
HSL0.680.970.86
HSV246°27°100°
CMYK 0.240.270.00   0.00
XYZ56.976653.0601101.0046
Yxy53.06010.27000.2514
Hunter Lab72.842412.1469-31.2230
CIE-Lab77.910516.8026-33.1404

#c0b9fe color RGB value is (192,185,254).

#c0b9fe hex color red value is 192, green value is 185 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #c0b9fe hue: 0.68 , saturation: 0.97 and the lightness value of c0b9fe is 0.86.

The process color (four color CMYK) of #c0b9fe color hex is 0.24, 0.27, 0.00, 0.00. Web safe color of #c0b9fe is #ccccff. Color #c0b9fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10111001 11111110
Octal 300 271 376
Decimal 192 185 254
Hex C0 B9 FE

RGB Percentages of Color #c0b9fe

%30.43
%29.32
%40.25

CMYK Percentages of Color #c0b9fe

%24
%27
%0
%0

Triadic Colors of #c0b9fe

#c0b9fe #fec0b9 #b9fec0

Analogous Colors of #c0b9fe

#c0b9fe #e3b9fe #b9d5fe

Monochromatic Colors of #c0b9fe

#c0b9fe

Complementary Color

#c0b9fe #f7feb9

#c0b9fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0b9fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0b9fe Color CSS Codes

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

#c0b9fe Text Font Color

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

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


#c0b9fe Background Color

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

This div background color is #c0b9fe


#c0b9fe Border Color

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

This div border color is #c0b9fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0b9fe

Related Colors


Comments

No comments written yet.

Please login to write comment.