Color Hex Logo

#cc28ca Color Hex

#CC28CA
(204,40,202)
0 Favorites   0 Comments

Color spaces of #cc28ca

RGB 20440202
HSL0.840.670.48
HSV301°80°80°
CMYK 0.000.800.01   0.20
XYZ36.321318.619257.5566
Yxy18.61920.32290.1655
Hunter Lab43.150074.7391-48.8804
CIE-Lab50.238777.3250-47.5072

#cc28ca color RGB value is (204,40,202).

#cc28ca hex color red value is 204, green value is 40 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #cc28ca hue: 0.84 , saturation: 0.67 and the lightness value of cc28ca is 0.48.

The process color (four color CMYK) of #cc28ca color hex is 0.00, 0.80, 0.01, 0.20. Web safe color of #cc28ca is #cc33cc. Color #cc28ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00101000 11001010
Octal 314 50 312
Decimal 204 40 202
Hex CC 28 CA

RGB Percentages of Color #cc28ca

%45.74
%8.97
%45.29

CMYK Percentages of Color #cc28ca

%0
%80
%1
%20

Triadic Colors of #cc28ca

#cc28ca #cacc28 #28cacc

Analogous Colors of #cc28ca

#cc28ca #cc2878 #7c28cc

Monochromatic Colors of #cc28ca

#cc28ca

Complementary Color

#cc28ca #28cc2a

#cc28ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc28ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc28ca Color CSS Codes

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

#cc28ca Text Font Color

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

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


#cc28ca Background Color

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

This div background color is #cc28ca


#cc28ca Border Color

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

This div border color is #cc28ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc28ca


Comments

No comments written yet.

Please login to write comment.