Color Hex Logo

#c05eef Color Hex

#C05EEF
(192,94,239)
0 Favorites   0 Comments

Color spaces of #c05eef

RGB 19294239
HSL0.780.820.65
HSV281°61°94°
CMYK 0.200.610.00   0.06
XYZ41.320925.443984.3947
Yxy25.44390.27340.1683
Hunter Lab50.441957.9497-63.8891
CIE-Lab57.505461.9407-56.9831

#c05eef color RGB value is (192,94,239).

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

The process color (four color CMYK) of #c05eef color hex is 0.20, 0.61, 0.00, 0.06. Web safe color of #c05eef is #cc66ff. Color #c05eef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01011110 11101111
Octal 300 136 357
Decimal 192 94 239
Hex C0 5E EF

RGB Percentages of Color #c05eef

%36.57
%17.90
%45.52

CMYK Percentages of Color #c05eef

%20
%61
%0
%6

Triadic Colors of #c05eef

#c05eef #efc05e #5eefc0

Analogous Colors of #c05eef

#c05eef #ef5ed6 #785eef

Monochromatic Colors of #c05eef

#c05eef

Complementary Color

#c05eef #8def5e

#c05eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c05eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c05eef Color CSS Codes

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

#c05eef Text Font Color

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

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


#c05eef Background Color

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

This div background color is #c05eef


#c05eef Border Color

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

This div border color is #c05eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c05eef


Comments

No comments written yet.

Please login to write comment.