Color Hex Logo

#c04cef Color Hex

#C04CEF
(192,76,239)
0 Favorites   0 Comments

Color spaces of #c04cef

RGB 19276239
HSL0.790.840.62
HSV283°68°94°
CMYK 0.200.680.00   0.06
XYZ39.902722.607383.9219
Yxy22.60730.27250.1544
Hunter Lab47.547166.5940-71.3654
CIE-Lab54.665569.7976-61.5358

#c04cef color RGB value is (192,76,239).

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

The process color (four color CMYK) of #c04cef color hex is 0.20, 0.68, 0.00, 0.06. Web safe color of #c04cef is #cc33ff. Color #c04cef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01001100 11101111
Octal 300 114 357
Decimal 192 76 239
Hex C0 4C EF

RGB Percentages of Color #c04cef

%37.87
%14.99
%47.14

CMYK Percentages of Color #c04cef

%20
%68
%0
%6

Triadic Colors of #c04cef

#c04cef #efc04c #4cefc0

Analogous Colors of #c04cef

#c04cef #ef4ccd #6f4cef

Monochromatic Colors of #c04cef

#c04cef

Complementary Color

#c04cef #7bef4c

#c04cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c04cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c04cef Color CSS Codes

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

#c04cef Text Font Color

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

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


#c04cef Background Color

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

This div background color is #c04cef


#c04cef Border Color

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

This div border color is #c04cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c04cef


Comments

No comments written yet.

Please login to write comment.