Color Hex Logo

#c08beb Color Hex

#C08BEB
(192,139,235)
0 Favorites   0 Comments

Color spaces of #c08beb

RGB 192139235
HSL0.760.710.73
HSV273°41°92°
CMYK 0.180.410.00   0.08
XYZ45.966235.669983.0595
Yxy35.66990.27910.2166
Hunter Lab59.724332.8633-40.6485
CIE-Lab66.266937.8684-40.9030

#c08beb color RGB value is (192,139,235).

#c08beb hex color red value is 192, green value is 139 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c08beb hue: 0.76 , saturation: 0.71 and the lightness value of c08beb is 0.73.

The process color (four color CMYK) of #c08beb color hex is 0.18, 0.41, 0.00, 0.08. Web safe color of #c08beb is #cc99ff. Color #c08beb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10001011 11101011
Octal 300 213 353
Decimal 192 139 235
Hex C0 8B EB

RGB Percentages of Color #c08beb

%33.92
%24.56
%41.52

CMYK Percentages of Color #c08beb

%18
%41
%0
%8

Triadic Colors of #c08beb

#c08beb #ebc08b #8bebc0

Analogous Colors of #c08beb

#c08beb #eb8be6 #908beb

Monochromatic Colors of #c08beb

#c08beb

Complementary Color

#c08beb #b6eb8b

#c08beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c08beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c08beb Color CSS Codes

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

#c08beb Text Font Color

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

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


#c08beb Background Color

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

This div background color is #c08beb


#c08beb Border Color

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

This div border color is #c08beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c08beb


Comments

No comments written yet.

Please login to write comment.