Color Hex Logo

#cc3880 Color Hex

#CC3880
(204,56,128)
0 Favorites   0 Comments

Color spaces of #cc3880

RGB 20456128
HSL0.920.590.51
HSV331°73°80°
CMYK 0.000.730.37   0.20
XYZ30.212317.224222.1543
Yxy17.22420.43410.2475
Hunter Lab41.502057.3143-2.5983
CIE-Lab48.541363.0384-6.3549

#cc3880 color RGB value is (204,56,128).

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

The process color (four color CMYK) of #cc3880 color hex is 0.00, 0.73, 0.37, 0.20. Web safe color of #cc3880 is #cc3399. Color #cc3880 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00111000 10000000
Octal 314 70 200
Decimal 204 56 128
Hex CC 38 80

RGB Percentages of Color #cc3880

%52.58
%14.43
%32.99

CMYK Percentages of Color #cc3880

%0
%73
%37
%20

Triadic Colors of #cc3880

#cc3880 #80cc38 #3880cc

Analogous Colors of #cc3880

#cc3880 #cc3a38 #cc38ca

Monochromatic Colors of #cc3880

#cc3880

Complementary Color

#cc3880 #38cc84

#cc3880 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc3880 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc3880 Color CSS Codes

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

#cc3880 Text Font Color

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

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


#cc3880 Background Color

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

This div background color is #cc3880


#cc3880 Border Color

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

This div border color is #cc3880


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc3880


Comments

No comments written yet.

Please login to write comment.