Color Hex Logo

#cc42fe Color Hex

#CC42FE
(204,66,254)
0 Favorites   0 Comments

Color spaces of #cc42fe

RGB 20466254
HSL0.790.990.63
HSV284°74°100°
CMYK 0.200.740.00   0.00
XYZ44.739423.889696.0190
Yxy23.88960.27170.1451
Hunter Lab48.877077.8547-82.2615
CIE-Lab55.977178.6981-67.6929

#cc42fe color RGB value is (204,66,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01000010 11111110
Octal 314 102 376
Decimal 204 66 254
Hex CC 42 FE

RGB Percentages of Color #cc42fe

%38.93
%12.60
%48.47

CMYK Percentages of Color #cc42fe

%20
%74
%0
%0

Triadic Colors of #cc42fe

#cc42fe #fecc42 #42fecc

Analogous Colors of #cc42fe

#cc42fe #fe42d2 #6e42fe

Monochromatic Colors of #cc42fe

#cc42fe

Complementary Color

#cc42fe #74fe42

#cc42fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc42fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc42fe Color CSS Codes

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

#cc42fe Text Font Color

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

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


#cc42fe Background Color

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

This div background color is #cc42fe


#cc42fe Border Color

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

This div border color is #cc42fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc42fe


Comments

No comments written yet.

Please login to write comment.