Color Hex Logo

#c05eee Color Hex

#C05EEE
(192,94,238)
0 Favorites   0 Comments

Color spaces of #c05eee

RGB 19294238
HSL0.780.810.65
HSV281°61°93°
CMYK 0.190.610.00   0.07
XYZ41.173525.384983.6186
Yxy25.38490.27420.1690
Hunter Lab50.383457.6998-63.1319
CIE-Lab57.448561.7348-56.5163

#c05eee color RGB value is (192,94,238).

#c05eee hex color red value is 192, green value is 94 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #c05eee hue: 0.78 , saturation: 0.81 and the lightness value of c05eee is 0.65.

The process color (four color CMYK) of #c05eee color hex is 0.19, 0.61, 0.00, 0.07. Web safe color of #c05eee is #cc66ff. Color #c05eee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01011110 11101110
Octal 300 136 356
Decimal 192 94 238
Hex C0 5E EE

RGB Percentages of Color #c05eee

%36.64
%17.94
%45.42

CMYK Percentages of Color #c05eee

%19
%61
%0
%7

Triadic Colors of #c05eee

#c05eee #eec05e #5eeec0

Analogous Colors of #c05eee

#c05eee #ee5ed4 #785eee

Monochromatic Colors of #c05eee

#c05eee

Complementary Color

#c05eee #8cee5e

#c05eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c05eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c05eee Color CSS Codes

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

#c05eee Text Font Color

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

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


#c05eee Background Color

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

This div background color is #c05eee


#c05eee Border Color

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

This div border color is #c05eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c05eee


Comments

No comments written yet.

Please login to write comment.