Color Hex Logo

#c09eea Color Hex

#C09EEA
(192,158,234)
0 Favorites   0 Comments

Color spaces of #c09eea

RGB 192158234
HSL0.740.640.77
HSV267°32°92°
CMYK 0.180.320.00   0.08
XYZ48.816441.600783.2987
Yxy41.60070.28100.2395
Hunter Lab64.498622.2269-31.4229
CIE-Lab70.594727.1637-33.6165

#c09eea color RGB value is (192,158,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10011110 11101010
Octal 300 236 352
Decimal 192 158 234
Hex C0 9E EA

RGB Percentages of Color #c09eea

%32.88
%27.05
%40.07

CMYK Percentages of Color #c09eea

%18
%32
%0
%8

Triadic Colors of #c09eea

#c09eea #eac09e #9eeac0

Analogous Colors of #c09eea

#c09eea #e69eea #9ea2ea

Monochromatic Colors of #c09eea

#c09eea

Complementary Color

#c09eea #c8ea9e

#c09eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c09eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c09eea Color CSS Codes

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

#c09eea Text Font Color

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

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


#c09eea Background Color

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

This div background color is #c09eea


#c09eea Border Color

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

This div border color is #c09eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c09eea


Comments

No comments written yet.

Please login to write comment.