Color Hex Logo

#cc25fe Color Hex

#CC25FE
(204,37,254)
0 Favorites   0 Comments

Color spaces of #cc25fe

RGB 20437254
HSL0.790.990.57
HSV286°85°100°
CMYK 0.200.850.00   0.00
XYZ43.452821.316395.5902
Yxy21.31630.27100.1329
Hunter Lab46.169687.1997-90.4362
CIE-Lab53.293986.4987-72.0331

#cc25fe color RGB value is (204,37,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00100101 11111110
Octal 314 45 376
Decimal 204 37 254
Hex CC 25 FE

RGB Percentages of Color #cc25fe

%41.21
%7.47
%51.31

CMYK Percentages of Color #cc25fe

%20
%85
%0
%0

Triadic Colors of #cc25fe

#cc25fe #fecc25 #25fecc

Analogous Colors of #cc25fe

#cc25fe #fe25c4 #6025fe

Monochromatic Colors of #cc25fe

#cc25fe

Complementary Color

#cc25fe #57fe25

#cc25fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc25fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc25fe Color CSS Codes

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

#cc25fe Text Font Color

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

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


#cc25fe Background Color

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

This div background color is #cc25fe


#cc25fe Border Color

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

This div border color is #cc25fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc25fe

Related Colors


Comments

No comments written yet.

Please login to write comment.