Color Hex Logo

#c06eea Color Hex

#C06EEA
(192,110,234)
0 Favorites   0 Comments

Color spaces of #c06eea

RGB 192110234
HSL0.780.750.67
HSV280°53°92°
CMYK 0.180.530.00   0.08
XYZ42.165428.298881.0818
Yxy28.29880.27820.1867
Hunter Lab53.196648.3909-53.1316
CIE-Lab60.157753.0712-49.9741

#c06eea color RGB value is (192,110,234).

#c06eea hex color red value is 192, green value is 110 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #c06eea hue: 0.78 , saturation: 0.75 and the lightness value of c06eea is 0.67.

The process color (four color CMYK) of #c06eea color hex is 0.18, 0.53, 0.00, 0.08. Web safe color of #c06eea is #cc66ff. Color #c06eea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01101110 11101010
Octal 300 156 352
Decimal 192 110 234
Hex C0 6E EA

RGB Percentages of Color #c06eea

%35.82
%20.52
%43.66

CMYK Percentages of Color #c06eea

%18
%53
%0
%8

Triadic Colors of #c06eea

#c06eea #eac06e #6eeac0

Analogous Colors of #c06eea

#c06eea #ea6ed6 #826eea

Monochromatic Colors of #c06eea

#c06eea

Complementary Color

#c06eea #98ea6e

#c06eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c06eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c06eea Color CSS Codes

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

#c06eea Text Font Color

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

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


#c06eea Background Color

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

This div background color is #c06eea


#c06eea Border Color

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

This div border color is #c06eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c06eea


Comments

No comments written yet.

Please login to write comment.