Color Hex Logo

#cc3090 Color Hex

#CC3090
(204,48,144)
0 Favorites   0 Comments

Color spaces of #cc3090

RGB 20448144
HSL0.900.620.49
HSV323°76°80°
CMYK 0.000.760.29   0.20
XYZ30.992816.964928.0266
Yxy16.96490.40790.2233
Hunter Lab41.188562.2348-11.5118
CIE-Lab48.215867.3550-16.5065

#cc3090 color RGB value is (204,48,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00110000 10010000
Octal 314 60 220
Decimal 204 48 144
Hex CC 30 90

RGB Percentages of Color #cc3090

%51.52
%12.12
%36.36

CMYK Percentages of Color #cc3090

%0
%76
%29
%20

Triadic Colors of #cc3090

#cc3090 #90cc30 #3090cc

Analogous Colors of #cc3090

#cc3090 #cc3042 #ba30cc

Monochromatic Colors of #cc3090

#cc3090

Complementary Color

#cc3090 #30cc6c

#cc3090 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc3090 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc3090 Color CSS Codes

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

#cc3090 Text Font Color

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

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


#cc3090 Background Color

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

This div background color is #cc3090


#cc3090 Border Color

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

This div border color is #cc3090


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,48,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 #cc3090">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc3090


Comments

No comments written yet.

Please login to write comment.