Color Hex Logo

#cc30af Color Hex

#CC30AF
(204,48,175)
0 Favorites   0 Comments

Color spaces of #cc30af

RGB 20448175
HSL0.860.620.49
HSV311°76°80°
CMYK 0.000.760.14   0.20
XYZ33.696718.046442.2647
Yxy18.04640.35840.1920
Hunter Lab42.481167.2474-29.2513
CIE-Lab49.552371.3244-32.8722

#cc30af color RGB value is (204,48,175).

#cc30af hex color red value is 204, green value is 48 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #cc30af hue: 0.86 , saturation: 0.62 and the lightness value of cc30af is 0.49.

The process color (four color CMYK) of #cc30af color hex is 0.00, 0.76, 0.14, 0.20. Web safe color of #cc30af is #cc3399. Color #cc30af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00110000 10101111
Octal 314 60 257
Decimal 204 48 175
Hex CC 30 AF

RGB Percentages of Color #cc30af

%47.78
%11.24
%40.98

CMYK Percentages of Color #cc30af

%0
%76
%14
%20

Triadic Colors of #cc30af

#cc30af #afcc30 #30afcc

Analogous Colors of #cc30af

#cc30af #cc3061 #9b30cc

Monochromatic Colors of #cc30af

#cc30af

Complementary Color

#cc30af #30cc4d

#cc30af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc30af Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc30af Color CSS Codes

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

#cc30af Text Font Color

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

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


#cc30af Background Color

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

This div background color is #cc30af


#cc30af Border Color

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

This div border color is #cc30af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc30af


Comments

No comments written yet.

Please login to write comment.