Color Hex Logo

#cc3abd Color Hex

#CC3ABD
(204,58,189)
0 Favorites   0 Comments

Color spaces of #cc3abd

RGB 20458189
HSL0.850.590.51
HSV306°72°80°
CMYK 0.000.720.07   0.20
XYZ35.600219.537650.0389
Yxy19.53760.33850.1858
Hunter Lab44.201466.4132-36.1793
CIE-Lab51.310370.2885-38.2880

#cc3abd color RGB value is (204,58,189).

#cc3abd hex color red value is 204, green value is 58 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #cc3abd hue: 0.85 , saturation: 0.59 and the lightness value of cc3abd is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00111010 10111101
Octal 314 72 275
Decimal 204 58 189
Hex CC 3A BD

RGB Percentages of Color #cc3abd

%45.23
%12.86
%41.91

CMYK Percentages of Color #cc3abd

%0
%72
%7
%20

Triadic Colors of #cc3abd

#cc3abd #bdcc3a #3abdcc

Analogous Colors of #cc3abd

#cc3abd #cc3a74 #923acc

Monochromatic Colors of #cc3abd

#cc3abd

Complementary Color

#cc3abd #3acc49

#cc3abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc3abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc3abd Color CSS Codes

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

#cc3abd Text Font Color

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

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


#cc3abd Background Color

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

This div background color is #cc3abd


#cc3abd Border Color

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

This div border color is #cc3abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc3abd


Comments

No comments written yet.

Please login to write comment.