Color Hex Logo

#c04eef Color Hex

#C04EEF
(192,78,239)
0 Favorites   0 Comments

Color spaces of #c04eef

RGB 19278239
HSL0.780.830.62
HSV282°67°94°
CMYK 0.200.670.00   0.06
XYZ40.042622.887283.9686
Yxy22.88720.27260.1558
Hunter Lab47.840665.6837-70.5760
CIE-Lab54.956068.9827-61.0690

#c04eef color RGB value is (192,78,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01001110 11101111
Octal 300 116 357
Decimal 192 78 239
Hex C0 4E EF

RGB Percentages of Color #c04eef

%37.72
%15.32
%46.95

CMYK Percentages of Color #c04eef

%20
%67
%0
%6

Triadic Colors of #c04eef

#c04eef #efc04e #4eefc0

Analogous Colors of #c04eef

#c04eef #ef4ece #704eef

Monochromatic Colors of #c04eef

#c04eef

Complementary Color

#c04eef #7def4e

#c04eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c04eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c04eef Color CSS Codes

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

#c04eef Text Font Color

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

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


#c04eef Background Color

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

This div background color is #c04eef


#c04eef Border Color

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

This div border color is #c04eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c04eef


Comments

No comments written yet.

Please login to write comment.