Color Hex Logo

#cc5365 Color Hex

#CC5365
(204,83,101)
0 Favorites   0 Comments

Color spaces of #cc5365

RGB 20483101
HSL0.980.540.56
HSV351°59°80°
CMYK 0.000.590.50   0.20
XYZ30.344119.963514.5659
Yxy19.96350.46770.3077
Hunter Lab44.680543.034611.9478
CIE-Lab51.795949.505314.6021

#cc5365 color RGB value is (204,83,101).

#cc5365 hex color red value is 204, green value is 83 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #cc5365 hue: 0.98 , saturation: 0.54 and the lightness value of cc5365 is 0.56.

The process color (four color CMYK) of #cc5365 color hex is 0.00, 0.59, 0.50, 0.20. Web safe color of #cc5365 is #cc6666. Color #cc5365 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01010011 01100101
Octal 314 123 145
Decimal 204 83 101
Hex CC 53 65

RGB Percentages of Color #cc5365

%52.58
%21.39
%26.03

CMYK Percentages of Color #cc5365

%0
%59
%50
%20

Triadic Colors of #cc5365

#cc5365 #65cc53 #5365cc

Analogous Colors of #cc5365

#cc5365 #cc7e53 #cc53a2

Monochromatic Colors of #cc5365

#cc5365

Complementary Color

#cc5365 #53ccba

#cc5365 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc5365 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc5365 Color CSS Codes

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

#cc5365 Text Font Color

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

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


#cc5365 Background Color

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

This div background color is #cc5365


#cc5365 Border Color

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

This div border color is #cc5365


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc5365


Comments

No comments written yet.

Please login to write comment.