Color Hex Logo

#cc25fd Color Hex

#CC25FD
(204,37,253)
0 Favorites   0 Comments

Color spaces of #cc25fd

RGB 20437253
HSL0.800.980.57
HSV286°85°99°
CMYK 0.190.850.00   0.01
XYZ43.293021.252494.7488
Yxy21.25240.27180.1334
Hunter Lab46.100386.9545-89.5870
CIE-Lab53.224686.3247-71.5891

#cc25fd color RGB value is (204,37,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00100101 11111101
Octal 314 45 375
Decimal 204 37 253
Hex CC 25 FD

RGB Percentages of Color #cc25fd

%41.30
%7.49
%51.21

CMYK Percentages of Color #cc25fd

%19
%85
%0
%1

Triadic Colors of #cc25fd

#cc25fd #fdcc25 #25fdcc

Analogous Colors of #cc25fd

#cc25fd #fd25c2 #6025fd

Monochromatic Colors of #cc25fd

#cc25fd

Complementary Color

#cc25fd #56fd25

#cc25fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc25fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc25fd Color CSS Codes

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

#cc25fd Text Font Color

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

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


#cc25fd Background Color

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

This div background color is #cc25fd


#cc25fd Border Color

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

This div border color is #cc25fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc25fd

Related Colors


Comments

No comments written yet.

Please login to write comment.