Color Hex Logo

#c09bea Color Hex

#C09BEA
(192,155,234)
0 Favorites   0 Comments

Color spaces of #c09bea

RGB 192155234
HSL0.740.650.76
HSV268°34°92°
CMYK 0.180.340.00   0.08
XYZ48.310940.589783.1302
Yxy40.58970.28080.2359
Hunter Lab63.710023.8628-32.7658
CIE-Lab69.887528.8253-34.7125

#c09bea color RGB value is (192,155,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10011011 11101010
Octal 300 233 352
Decimal 192 155 234
Hex C0 9B EA

RGB Percentages of Color #c09bea

%33.05
%26.68
%40.28

CMYK Percentages of Color #c09bea

%18
%34
%0
%8

Triadic Colors of #c09bea

#c09bea #eac09b #9beac0

Analogous Colors of #c09bea

#c09bea #e89bea #9b9eea

Monochromatic Colors of #c09bea

#c09bea

Complementary Color

#c09bea #c5ea9b

#c09bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c09bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c09bea Color CSS Codes

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

#c09bea Text Font Color

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

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


#c09bea Background Color

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

This div background color is #c09bea


#c09bea Border Color

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

This div border color is #c09bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c09bea


Comments

No comments written yet.

Please login to write comment.