Color Hex Logo

#cc33fe Color Hex

#CC33FE
(204,51,254)
0 Favorites   0 Comments

Color spaces of #cc33fe

RGB 20451254
HSL0.790.990.60
HSV285°80°100°
CMYK 0.200.800.00   0.00
XYZ43.975122.360895.7642
Yxy22.36080.27130.1379
Hunter Lab47.287283.2448-86.9707
CIE-Lab54.407783.2349-70.2289

#cc33fe color RGB value is (204,51,254).

#cc33fe hex color red value is 204, green value is 51 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #cc33fe hue: 0.79 , saturation: 0.99 and the lightness value of cc33fe is 0.60.

The process color (four color CMYK) of #cc33fe color hex is 0.20, 0.80, 0.00, 0.00. Web safe color of #cc33fe is #cc33ff. Color #cc33fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00110011 11111110
Octal 314 63 376
Decimal 204 51 254
Hex CC 33 FE

RGB Percentages of Color #cc33fe

%40.08
%10.02
%49.90

CMYK Percentages of Color #cc33fe

%20
%80
%0
%0

Triadic Colors of #cc33fe

#cc33fe #fecc33 #33fecc

Analogous Colors of #cc33fe

#cc33fe #fe33cb #6733fe

Monochromatic Colors of #cc33fe

#cc33fe

Complementary Color

#cc33fe #65fe33

#cc33fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc33fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc33fe Color CSS Codes

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

#cc33fe Text Font Color

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

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


#cc33fe Background Color

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

This div background color is #cc33fe


#cc33fe Border Color

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

This div border color is #cc33fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,51,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc33fe


Comments

No comments written yet.

Please login to write comment.