Color Hex Logo

#c04dea Color Hex

#C04DEA
(192,77,234)
0 Favorites   0 Comments

Color spaces of #c04dea

RGB 19277234
HSL0.790.790.61
HSV284°67°92°
CMYK 0.180.670.00   0.08
XYZ39.243422.454780.1077
Yxy22.45470.27670.1583
Hunter Lab47.386464.9000-67.0605
CIE-Lab54.506268.4110-58.9893

#c04dea color RGB value is (192,77,234).

#c04dea hex color red value is 192, green value is 77 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #c04dea hue: 0.79 , saturation: 0.79 and the lightness value of c04dea is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01001101 11101010
Octal 300 115 352
Decimal 192 77 234
Hex C0 4D EA

RGB Percentages of Color #c04dea

%38.17
%15.31
%46.52

CMYK Percentages of Color #c04dea

%18
%67
%0
%8

Triadic Colors of #c04dea

#c04dea #eac04d #4deac0

Analogous Colors of #c04dea

#c04dea #ea4dc6 #724dea

Monochromatic Colors of #c04dea

#c04dea

Complementary Color

#c04dea #77ea4d

#c04dea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c04dea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c04dea Color CSS Codes

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

#c04dea Text Font Color

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

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


#c04dea Background Color

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

This div background color is #c04dea


#c04dea Border Color

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

This div border color is #c04dea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c04dea


Comments

No comments written yet.

Please login to write comment.