Color Hex Logo

#c04cdf Color Hex

#C04CDF
(192,76,223)
0 Favorites   0 Comments

Color spaces of #c04cdf

RGB 19276223
HSL0.800.700.59
HSV287°66°87°
CMYK 0.140.660.00   0.13
XYZ37.642021.703172.0172
Yxy21.70310.28660.1652
Hunter Lab46.586662.7016-59.0445
CIE-Lab53.710666.7055-54.0658

#c04cdf color RGB value is (192,76,223).

#c04cdf hex color red value is 192, green value is 76 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c04cdf hue: 0.80 , saturation: 0.70 and the lightness value of c04cdf is 0.59.

The process color (four color CMYK) of #c04cdf color hex is 0.14, 0.66, 0.00, 0.13. Web safe color of #c04cdf is #cc33cc. Color #c04cdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01001100 11011111
Octal 300 114 337
Decimal 192 76 223
Hex C0 4C DF

RGB Percentages of Color #c04cdf

%39.10
%15.48
%45.42

CMYK Percentages of Color #c04cdf

%14
%66
%0
%13

Triadic Colors of #c04cdf

#c04cdf #dfc04c #4cdfc0

Analogous Colors of #c04cdf

#c04cdf #df4cb5 #774cdf

Monochromatic Colors of #c04cdf

#c04cdf

Complementary Color

#c04cdf #6bdf4c

#c04cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c04cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c04cdf Color CSS Codes

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

#c04cdf Text Font Color

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

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


#c04cdf Background Color

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

This div background color is #c04cdf


#c04cdf Border Color

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

This div border color is #c04cdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c04cdf


Comments

No comments written yet.

Please login to write comment.