Color Hex Logo

#cc1365 Color Hex

#CC1365
(204,19,101)
0 Favorites   0 Comments

Color spaces of #cc1365

RGB 20419101
HSL0.930.830.44
HSV333°91°80°
CMYK 0.000.910.50   0.20
XYZ27.483714.242713.6125
Yxy14.24270.49660.2574
Hunter Lab37.739563.94815.0320
CIE-Lab44.579069.51874.4413

#cc1365 color RGB value is (204,19,101).

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

The process color (four color CMYK) of #cc1365 color hex is 0.00, 0.91, 0.50, 0.20. Web safe color of #cc1365 is #cc0066. Color #cc1365 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00010011 01100101
Octal 314 23 145
Decimal 204 19 101
Hex CC 13 65

RGB Percentages of Color #cc1365

%62.96
%5.86
%31.17

CMYK Percentages of Color #cc1365

%0
%91
%50
%20

Triadic Colors of #cc1365

#cc1365 #65cc13 #1365cc

Analogous Colors of #cc1365

#cc1365 #cc1e13 #cc13c2

Monochromatic Colors of #cc1365

#cc1365

Complementary Color

#cc1365 #13cc7a

#cc1365 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc1365 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc1365 Color CSS Codes

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

#cc1365 Text Font Color

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

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


#cc1365 Background Color

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

This div background color is #cc1365


#cc1365 Border Color

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

This div border color is #cc1365


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc1365


Comments

No comments written yet.

Please login to write comment.