Color Hex Logo

#c0bfeb Color Hex

#C0BFEB
(192,191,235)
0 Favorites   0 Comments

Color spaces of #c0bfeb

RGB 192191235
HSL0.670.520.84
HSV241°19°92°
CMYK 0.180.190.00   0.08
XYZ55.364454.466286.1923
Yxy54.46620.28240.2779
Hunter Lab73.80124.7555-17.5838
CIE-Lab78.73289.2436-21.6794

#c0bfeb color RGB value is (192,191,235).

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

The process color (four color CMYK) of #c0bfeb color hex is 0.18, 0.19, 0.00, 0.08. Web safe color of #c0bfeb is #ccccff. Color #c0bfeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10111111 11101011
Octal 300 277 353
Decimal 192 191 235
Hex C0 BF EB

RGB Percentages of Color #c0bfeb

%31.07
%30.91
%38.03

CMYK Percentages of Color #c0bfeb

%18
%19
%0
%8

Triadic Colors of #c0bfeb

#c0bfeb #ebc0bf #bfebc0

Analogous Colors of #c0bfeb

#c0bfeb #d6bfeb #bfd4eb

Monochromatic Colors of #c0bfeb

#c0bfeb

Complementary Color

#c0bfeb #eaebbf

#c0bfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0bfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0bfeb Color CSS Codes

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

#c0bfeb Text Font Color

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

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


#c0bfeb Background Color

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

This div background color is #c0bfeb


#c0bfeb Border Color

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

This div border color is #c0bfeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0bfeb


Comments

No comments written yet.

Please login to write comment.