Color Hex Logo

#c08bed Color Hex

#C08BED
(192,139,237)
0 Favorites   0 Comments

Color spaces of #c08bed

RGB 192139237
HSL0.760.730.74
HSV272°41°93°
CMYK 0.190.410.00   0.07
XYZ46.256935.786184.5902
Yxy35.78610.27760.2148
Hunter Lab59.821533.3373-41.9636
CIE-Lab66.356238.3094-41.8649

#c08bed color RGB value is (192,139,237).

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

The process color (four color CMYK) of #c08bed color hex is 0.19, 0.41, 0.00, 0.07. Web safe color of #c08bed is #cc99ff. Color #c08bed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10001011 11101101
Octal 300 213 355
Decimal 192 139 237
Hex C0 8B ED

RGB Percentages of Color #c08bed

%33.80
%24.47
%41.73

CMYK Percentages of Color #c08bed

%19
%41
%0
%7

Triadic Colors of #c08bed

#c08bed #edc08b #8bedc0

Analogous Colors of #c08bed

#c08bed #ed8be9 #8f8bed

Monochromatic Colors of #c08bed

#c08bed

Complementary Color

#c08bed #b8ed8b

#c08bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c08bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c08bed Color CSS Codes

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

#c08bed Text Font Color

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

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


#c08bed Background Color

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

This div background color is #c08bed


#c08bed Border Color

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

This div border color is #c08bed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c08bed


Comments

No comments written yet.

Please login to write comment.