Color Hex Logo

#cc34ab Color Hex

#CC34AB
(204,52,171)
0 Favorites   0 Comments

Color spaces of #cc34ab

RGB 20452171
HSL0.870.600.50
HSV313°75°80°
CMYK 0.000.750.16   0.20
XYZ33.480518.233640.2829
Yxy18.23360.36390.1982
Hunter Lab42.700865.2303-26.0421
CIE-Lab49.778269.5923-30.1658

#cc34ab color RGB value is (204,52,171).

#cc34ab hex color red value is 204, green value is 52 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #cc34ab hue: 0.87 , saturation: 0.60 and the lightness value of cc34ab is 0.50.

The process color (four color CMYK) of #cc34ab color hex is 0.00, 0.75, 0.16, 0.20. Web safe color of #cc34ab is #cc3399. Color #cc34ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00110100 10101011
Octal 314 64 253
Decimal 204 52 171
Hex CC 34 AB

RGB Percentages of Color #cc34ab

%47.78
%12.18
%40.05

CMYK Percentages of Color #cc34ab

%0
%75
%16
%20

Triadic Colors of #cc34ab

#cc34ab #abcc34 #34abcc

Analogous Colors of #cc34ab

#cc34ab #cc345f #a134cc

Monochromatic Colors of #cc34ab

#cc34ab

Complementary Color

#cc34ab #34cc55

#cc34ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc34ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc34ab Color CSS Codes

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

#cc34ab Text Font Color

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

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


#cc34ab Background Color

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

This div background color is #cc34ab


#cc34ab Border Color

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

This div border color is #cc34ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc34ab


Comments

No comments written yet.

Please login to write comment.