Color Hex Logo

#cc02b4 Color Hex

#CC02B4
(204,2,180)
0 Favorites   0 Comments

Color spaces of #cc02b4

RGB 2042180
HSL0.850.980.40
HSV307°99°80°
CMYK 0.000.990.12   0.20
XYZ33.161816.176144.5545
Yxy16.17610.35320.1723
Hunter Lab40.219576.7927-37.5268
CIE-Lab47.204779.5611-39.5084

#cc02b4 color RGB value is (204,2,180).

#cc02b4 hex color red value is 204, green value is 2 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #cc02b4 hue: 0.85 , saturation: 0.98 and the lightness value of cc02b4 is 0.40.

The process color (four color CMYK) of #cc02b4 color hex is 0.00, 0.99, 0.12, 0.20. Web safe color of #cc02b4 is #cc00cc. Color #cc02b4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00000010 10110100
Octal 314 2 264
Decimal 204 2 180
Hex CC 2 B4

RGB Percentages of Color #cc02b4

%52.85
%0.52
%46.63

CMYK Percentages of Color #cc02b4

%0
%99
%12
%20

Triadic Colors of #cc02b4

#cc02b4 #b4cc02 #02b4cc

Analogous Colors of #cc02b4

#cc02b4 #cc024f #7f02cc

Monochromatic Colors of #cc02b4

#cc02b4

Complementary Color

#cc02b4 #02cc1a

#cc02b4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc02b4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc02b4 Color CSS Codes

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

#cc02b4 Text Font Color

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

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


#cc02b4 Background Color

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

This div background color is #cc02b4


#cc02b4 Border Color

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

This div border color is #cc02b4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc02b4


Comments

No comments written yet.

Please login to write comment.