Color Hex Logo

#cc39df Color Hex

#CC39DF
(204,57,223)
0 Favorites   0 Comments

Color spaces of #cc39df

RGB 20457223
HSL0.810.720.55
HSV293°74°87°
CMYK 0.090.740.00   0.13
XYZ39.684221.091371.7915
Yxy21.09130.29940.1591
Hunter Lab45.925373.8733-60.5359
CIE-Lab53.049376.0795-55.0237

#cc39df color RGB value is (204,57,223).

#cc39df hex color red value is 204, green value is 57 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #cc39df hue: 0.81 , saturation: 0.72 and the lightness value of cc39df is 0.55.

The process color (four color CMYK) of #cc39df color hex is 0.09, 0.74, 0.00, 0.13. Web safe color of #cc39df is #cc33cc. Color #cc39df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00111001 11011111
Octal 314 71 337
Decimal 204 57 223
Hex CC 39 DF

RGB Percentages of Color #cc39df

%42.15
%11.78
%46.07

CMYK Percentages of Color #cc39df

%9
%74
%0
%13

Triadic Colors of #cc39df

#cc39df #dfcc39 #39dfcc

Analogous Colors of #cc39df

#cc39df #df399f #7939df

Monochromatic Colors of #cc39df

#cc39df

Complementary Color

#cc39df #4cdf39

#cc39df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc39df Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc39df Color CSS Codes

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

#cc39df Text Font Color

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

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


#cc39df Background Color

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

This div background color is #cc39df


#cc39df Border Color

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

This div border color is #cc39df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc39df


Comments

No comments written yet.

Please login to write comment.