Color Hex Logo

#cc3194 Color Hex

#CC3194
(204,49,148)
0 Favorites   0 Comments

Color spaces of #cc3194

RGB 20449148
HSL0.890.610.50
HSV322°76°80°
CMYK 0.000.760.27   0.20
XYZ31.345417.172129.6794
Yxy17.17210.40090.2196
Hunter Lab41.439262.5020-13.4569
CIE-Lab48.476267.5328-18.5108

#cc3194 color RGB value is (204,49,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00110001 10010100
Octal 314 61 224
Decimal 204 49 148
Hex CC 31 94

RGB Percentages of Color #cc3194

%50.87
%12.22
%36.91

CMYK Percentages of Color #cc3194

%0
%76
%27
%20

Triadic Colors of #cc3194

#cc3194 #94cc31 #3194cc

Analogous Colors of #cc3194

#cc3194 #cc3147 #b731cc

Monochromatic Colors of #cc3194

#cc3194

Complementary Color

#cc3194 #31cc69

#cc3194 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc3194 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc3194 Color CSS Codes

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

#cc3194 Text Font Color

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

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


#cc3194 Background Color

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

This div background color is #cc3194


#cc3194 Border Color

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

This div border color is #cc3194


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc3194


Comments

No comments written yet.

Please login to write comment.