Color Hex Logo

#cc59fd Color Hex

#CC59FD
(204,89,253)
0 Favorites   0 Comments

Color spaces of #cc59fd

RGB 20489253
HSL0.780.980.67
HSV282°65°99°
CMYK 0.190.650.00   0.01
XYZ46.203827.074095.7191
Yxy27.07400.27340.1602
Hunter Lab52.032767.4466-72.6468
CIE-Lab59.042869.6821-62.2074

#cc59fd color RGB value is (204,89,253).

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

The process color (four color CMYK) of #cc59fd color hex is 0.19, 0.65, 0.00, 0.01. Web safe color of #cc59fd is #cc66ff. Color #cc59fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01011001 11111101
Octal 314 131 375
Decimal 204 89 253
Hex CC 59 FD

RGB Percentages of Color #cc59fd

%37.36
%16.30
%46.34

CMYK Percentages of Color #cc59fd

%19
%65
%0
%1

Triadic Colors of #cc59fd

#cc59fd #fdcc59 #59fdcc

Analogous Colors of #cc59fd

#cc59fd #fd59dc #7a59fd

Monochromatic Colors of #cc59fd

#cc59fd

Complementary Color

#cc59fd #8afd59

#cc59fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc59fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc59fd Color CSS Codes

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

#cc59fd Text Font Color

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

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


#cc59fd Background Color

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

This div background color is #cc59fd


#cc59fd Border Color

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

This div border color is #cc59fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc59fd


Comments

No comments written yet.

Please login to write comment.