Color Hex Logo

#c0bfda Color Hex

#C0BFDA
(192,191,218)
0 Favorites   0 Comments

Color spaces of #c0bfda

RGB 192191218
HSL0.670.270.80
HSV242°12°85°
CMYK 0.120.120.00   0.15
XYZ53.023953.530073.8673
Yxy53.53000.29390.2967
Hunter Lab73.16421.3260-8.6448
CIE-Lab78.18695.6275-13.3448

#c0bfda color RGB value is (192,191,218).

#c0bfda hex color red value is 192, green value is 191 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #c0bfda hue: 0.67 , saturation: 0.27 and the lightness value of c0bfda is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10111111 11011010
Octal 300 277 332
Decimal 192 191 218
Hex C0 BF DA

RGB Percentages of Color #c0bfda

%31.95
%31.78
%36.27

CMYK Percentages of Color #c0bfda

%12
%12
%0
%15

Triadic Colors of #c0bfda

#c0bfda #dac0bf #bfdac0

Analogous Colors of #c0bfda

#c0bfda #cebfda #bfccda

Monochromatic Colors of #c0bfda

#c0bfda

Complementary Color

#c0bfda #d9dabf

#c0bfda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0bfda Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0bfda Color CSS Codes

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

#c0bfda Text Font Color

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

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


#c0bfda Background Color

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

This div background color is #c0bfda


#c0bfda Border Color

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

This div border color is #c0bfda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0bfda


Comments

No comments written yet.

Please login to write comment.