color codes Logo

#cc33df color codes

#CC33DF
(204,51,223)
0 Favorites   0 Comments

Color spaces of #cc33df

RGB 20451223
HSL0.810.730.54
HSV293°77°87°
CMYK 0.090.770.00   0.13
XYZ39.404920.532771.6984
Yxy20.53270.29930.1560
Hunter Lab45.313075.9286-62.0949
CIE-Lab52.434277.8518-56.0088

#cc33df color RGB value is (204,51,223).

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

The process color (four color CMYK) of #cc33df color code is 0.09, 0.77, 0.00, 0.13. Web safe color of #cc33df is #cc33cc. Color #cc33df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00110011 11011111
Octal 314 63 337
Decimal 204 51 223
Hex CC 33 DF

RGB Percentages of Color #cc33df

%42.68
%10.67
%46.65

CMYK Percentages of Color #cc33df

%9
%77
%0
%13

Triadic Colors of #cc33df

#cc33df #dfcc33 #33dfcc

Analogous Colors of #cc33df

#cc33df #df339c #7633df

Monochromatic Colors of #cc33df

#cc33df

Complementary Color

#cc33df #46df33

#cc33df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc33df Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc33df Color CSS Codes

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

#cc33df Text Font Color

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

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


#cc33df Background Color

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

This div background color is #cc33df


#cc33df Border Color

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

This div border color is #cc33df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc33df


Comments

No comments written yet.

Please login to write comment.