Color Hex Logo

#cc3182 Color Hex

#CC3182
(204,49,130)
0 Favorites   0 Comments

Color spaces of #cc3182

RGB 20449130
HSL0.910.610.50
HSV329°76°80°
CMYK 0.000.760.36   0.20
XYZ30.029416.645722.7493
Yxy16.64570.43250.2398
Hunter Lab40.799159.9829-4.5003
CIE-Lab47.810565.4985-8.6588

#cc3182 color RGB value is (204,49,130).

#cc3182 hex color red value is 204, green value is 49 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #cc3182 hue: 0.91 , saturation: 0.61 and the lightness value of cc3182 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00110001 10000010
Octal 314 61 202
Decimal 204 49 130
Hex CC 31 82

RGB Percentages of Color #cc3182

%53.26
%12.79
%33.94

CMYK Percentages of Color #cc3182

%0
%76
%36
%20

Triadic Colors of #cc3182

#cc3182 #82cc31 #3182cc

Analogous Colors of #cc3182

#cc3182 #cc3135 #c931cc

Monochromatic Colors of #cc3182

#cc3182

Complementary Color

#cc3182 #31cc7b

#cc3182 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc3182 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc3182 Color CSS Codes

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

#cc3182 Text Font Color

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

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


#cc3182 Background Color

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

This div background color is #cc3182


#cc3182 Border Color

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

This div border color is #cc3182


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc3182


Comments

No comments written yet.

Please login to write comment.