Color Hex Logo

#cc34be Color Hex

#CC34BE
(204,52,190)
0 Favorites   0 Comments

Color spaces of #cc34be

RGB 20452190
HSL0.850.600.50
HSV306°75°80°
CMYK 0.000.750.07   0.20
XYZ35.424119.011150.5176
Yxy19.01110.33750.1811
Hunter Lab43.601768.7188-38.1731
CIE-Lab50.700272.3232-39.8305

#cc34be color RGB value is (204,52,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00110100 10111110
Octal 314 64 276
Decimal 204 52 190
Hex CC 34 BE

RGB Percentages of Color #cc34be

%45.74
%11.66
%42.60

CMYK Percentages of Color #cc34be

%0
%75
%7
%20

Triadic Colors of #cc34be

#cc34be #becc34 #34becc

Analogous Colors of #cc34be

#cc34be #cc3472 #8e34cc

Monochromatic Colors of #cc34be

#cc34be

Complementary Color

#cc34be #34cc42

#cc34be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc34be Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc34be Color CSS Codes

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

#cc34be Text Font Color

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

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


#cc34be Background Color

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

This div background color is #cc34be


#cc34be Border Color

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

This div border color is #cc34be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc34be


Comments

No comments written yet.

Please login to write comment.