Color Hex Logo

#cc1383 Color Hex

#CC1383
(204,19,131)
0 Favorites   0 Comments

Color spaces of #cc1383

RGB 20419131
HSL0.900.830.44
HSV324°91°80°
CMYK 0.000.910.36   0.20
XYZ29.231414.941822.8161
Yxy14.94180.43640.2230
Hunter Lab38.654667.3397-7.9380
CIE-Lab45.554472.1794-12.6646

#cc1383 color RGB value is (204,19,131).

#cc1383 hex color red value is 204, green value is 19 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #cc1383 hue: 0.90 , saturation: 0.83 and the lightness value of cc1383 is 0.44.

The process color (four color CMYK) of #cc1383 color hex is 0.00, 0.91, 0.36, 0.20. Web safe color of #cc1383 is #cc0099. Color #cc1383 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00010011 10000011
Octal 314 23 203
Decimal 204 19 131
Hex CC 13 83

RGB Percentages of Color #cc1383

%57.63
%5.37
%37.01

CMYK Percentages of Color #cc1383

%0
%91
%36
%20

Triadic Colors of #cc1383

#cc1383 #83cc13 #1383cc

Analogous Colors of #cc1383

#cc1383 #cc1327 #b913cc

Monochromatic Colors of #cc1383

#cc1383

Complementary Color

#cc1383 #13cc5c

#cc1383 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc1383 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc1383 Color CSS Codes

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

#cc1383 Text Font Color

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

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


#cc1383 Background Color

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

This div background color is #cc1383


#cc1383 Border Color

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

This div border color is #cc1383


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc1383


Comments

No comments written yet.

Please login to write comment.