Color Hex Logo

#c0b7eb Color Hex

#C0B7EB
(192,183,235)
0 Favorites   0 Comments

Color spaces of #c0b7eb

RGB 192183235
HSL0.700.570.82
HSV250°22°92°
CMYK 0.180.220.00   0.08
XYZ53.667151.071685.6265
Yxy51.07160.28190.2683
Hunter Lab71.46448.9842-21.0144
CIE-Lab76.722413.5977-24.7400

#c0b7eb color RGB value is (192,183,235).

#c0b7eb hex color red value is 192, green value is 183 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c0b7eb hue: 0.70 , saturation: 0.57 and the lightness value of c0b7eb is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10110111 11101011
Octal 300 267 353
Decimal 192 183 235
Hex C0 B7 EB

RGB Percentages of Color #c0b7eb

%31.48
%30.00
%38.52

CMYK Percentages of Color #c0b7eb

%18
%22
%0
%8

Triadic Colors of #c0b7eb

#c0b7eb #ebc0b7 #b7ebc0

Analogous Colors of #c0b7eb

#c0b7eb #dab7eb #b7c8eb

Monochromatic Colors of #c0b7eb

#c0b7eb

Complementary Color

#c0b7eb #e2ebb7

#c0b7eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0b7eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0b7eb Color CSS Codes

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

#c0b7eb Text Font Color

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

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


#c0b7eb Background Color

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

This div background color is #c0b7eb


#c0b7eb Border Color

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

This div border color is #c0b7eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0b7eb


Comments

No comments written yet.

Please login to write comment.