Color Hex Logo

#cc34bc Color Hex

#CC34BC
(204,52,188)
0 Favorites   0 Comments

Color spaces of #cc34bc

RGB 20452188
HSL0.850.600.50
HSV306°75°80°
CMYK 0.000.750.08   0.20
XYZ35.206918.924249.3741
Yxy18.92420.34010.1828
Hunter Lab43.502068.3348-36.8419
CIE-Lab50.598472.0250-38.8289

#cc34bc color RGB value is (204,52,188).

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

The process color (four color CMYK) of #cc34bc color hex is 0.00, 0.75, 0.08, 0.20. Web safe color of #cc34bc is #cc33cc. Color #cc34bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00110100 10111100
Octal 314 64 274
Decimal 204 52 188
Hex CC 34 BC

RGB Percentages of Color #cc34bc

%45.95
%11.71
%42.34

CMYK Percentages of Color #cc34bc

%0
%75
%8
%20

Triadic Colors of #cc34bc

#cc34bc #bccc34 #34bccc

Analogous Colors of #cc34bc

#cc34bc #cc3470 #9034cc

Monochromatic Colors of #cc34bc

#cc34bc

Complementary Color

#cc34bc #34cc44

#cc34bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc34bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc34bc Color CSS Codes

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

#cc34bc Text Font Color

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

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


#cc34bc Background Color

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

This div background color is #cc34bc


#cc34bc Border Color

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

This div border color is #cc34bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc34bc


Comments

No comments written yet.

Please login to write comment.