Color Hex Logo

#cc50df Color Hex

#CC50DF
(204,80,223)
0 Favorites   0 Comments

Color spaces of #cc50df

RGB 20480223
HSL0.810.690.59
HSV292°64°87°
CMYK 0.090.640.00   0.13
XYZ41.089823.902472.2600
Yxy23.90240.29940.1741
Hunter Lab48.890164.4632-53.4081
CIE-Lab55.989967.7653-50.3314

#cc50df color RGB value is (204,80,223).

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

The process color (four color CMYK) of #cc50df color hex is 0.09, 0.64, 0.00, 0.13. Web safe color of #cc50df is #cc66cc. Color #cc50df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01010000 11011111
Octal 314 120 337
Decimal 204 80 223
Hex CC 50 DF

RGB Percentages of Color #cc50df

%40.24
%15.78
%43.98

CMYK Percentages of Color #cc50df

%9
%64
%0
%13

Triadic Colors of #cc50df

#cc50df #dfcc50 #50dfcc

Analogous Colors of #cc50df

#cc50df #df50ab #8550df

Monochromatic Colors of #cc50df

#cc50df

Complementary Color

#cc50df #63df50

#cc50df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc50df Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc50df Color CSS Codes

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

#cc50df Text Font Color

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

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


#cc50df Background Color

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

This div background color is #cc50df


#cc50df Border Color

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

This div border color is #cc50df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc50df


Comments

No comments written yet.

Please login to write comment.