Color Hex Logo

#cc3083 Color Hex

#CC3083
(204,48,131)
0 Favorites   0 Comments

Color spaces of #cc3083

RGB 20448131
HSL0.910.620.49
HSV328°76°80°
CMYK 0.000.760.36   0.20
XYZ30.055516.590023.0908
Yxy16.59000.43100.2379
Hunter Lab40.730860.4372-5.1006
CIE-Lab47.739265.9042-9.3725

#cc3083 color RGB value is (204,48,131).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00110000 10000011
Octal 314 60 203
Decimal 204 48 131
Hex CC 30 83

RGB Percentages of Color #cc3083

%53.26
%12.53
%34.20

CMYK Percentages of Color #cc3083

%0
%76
%36
%20

Triadic Colors of #cc3083

#cc3083 #83cc30 #3083cc

Analogous Colors of #cc3083

#cc3083 #cc3035 #c730cc

Monochromatic Colors of #cc3083

#cc3083

Complementary Color

#cc3083 #30cc79

#cc3083 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc3083 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc3083 Color CSS Codes

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

#cc3083 Text Font Color

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

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


#cc3083 Background Color

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

This div background color is #cc3083


#cc3083 Border Color

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

This div border color is #cc3083


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc3083


Comments

No comments written yet.

Please login to write comment.