Color Hex Logo

#cc3190 Color Hex

#CC3190
(204,49,144)
0 Favorites   0 Comments

Color spaces of #cc3190

RGB 20449144
HSL0.900.610.50
HSV323°76°80°
CMYK 0.000.760.29   0.20
XYZ31.034217.047628.0404
Yxy17.04760.40770.2240
Hunter Lab41.288761.9122-11.3635
CIE-Lab48.320067.0591-16.3477

#cc3190 color RGB value is (204,49,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00110001 10010000
Octal 314 61 220
Decimal 204 49 144
Hex CC 31 90

RGB Percentages of Color #cc3190

%51.39
%12.34
%36.27

CMYK Percentages of Color #cc3190

%0
%76
%29
%20

Triadic Colors of #cc3190

#cc3190 #90cc31 #3190cc

Analogous Colors of #cc3190

#cc3190 #cc3143 #bb31cc

Monochromatic Colors of #cc3190

#cc3190

Complementary Color

#cc3190 #31cc6d

#cc3190 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc3190 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc3190 Color CSS Codes

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

#cc3190 Text Font Color

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

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


#cc3190 Background Color

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

This div background color is #cc3190


#cc3190 Border Color

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

This div border color is #cc3190


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc3190


Comments

No comments written yet.

Please login to write comment.