Color Hex Logo

#c04dda Color Hex

#C04DDA
(192,77,218)
0 Favorites   0 Comments

Color spaces of #c04dda

RGB 19277218
HSL0.800.660.58
HSV289°65°85°
CMYK 0.120.650.00   0.15
XYZ37.047021.576268.5417
Yxy21.57620.29130.1697
Hunter Lab46.450261.0774-54.9729
CIE-Lab53.574465.3473-51.4510

#c04dda color RGB value is (192,77,218).

#c04dda hex color red value is 192, green value is 77 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #c04dda hue: 0.80 , saturation: 0.66 and the lightness value of c04dda is 0.58.

The process color (four color CMYK) of #c04dda color hex is 0.12, 0.65, 0.00, 0.15. Web safe color of #c04dda is #cc66cc. Color #c04dda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01001101 11011010
Octal 300 115 332
Decimal 192 77 218
Hex C0 4D DA

RGB Percentages of Color #c04dda

%39.43
%15.81
%44.76

CMYK Percentages of Color #c04dda

%12
%65
%0
%15

Triadic Colors of #c04dda

#c04dda #dac04d #4ddac0

Analogous Colors of #c04dda

#c04dda #da4dae #7a4dda

Monochromatic Colors of #c04dda

#c04dda

Complementary Color

#c04dda #67da4d

#c04dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c04dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#c04dda Color CSS Codes

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

#c04dda Text Font Color

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

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


#c04dda Background Color

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

This div background color is #c04dda


#c04dda Border Color

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

This div border color is #c04dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c04dda


Comments

No comments written yet.

Please login to write comment.