Color Hex Logo

#c53865 Color Hex

#C53865
(197,56,101)
0 Favorites   0 Comments

Color spaces of #c53865

RGB 19756101
HSL0.950.560.50
HSV341°72°77°
CMYK 0.000.720.49   0.23
XYZ26.789115.638213.9185
Yxy15.63820.47540.2775
Hunter Lab39.545251.71736.8136
CIE-Lab46.496258.44577.0031

#c53865 color RGB value is (197,56,101).

#c53865 hex color red value is 197, green value is 56 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #c53865 hue: 0.95 , saturation: 0.56 and the lightness value of c53865 is 0.50.

The process color (four color CMYK) of #c53865 color hex is 0.00, 0.72, 0.49, 0.23. Web safe color of #c53865 is #cc3366. Color #c53865 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00111000 01100101
Octal 305 70 145
Decimal 197 56 101
Hex C5 38 65

RGB Percentages of Color #c53865

%55.65
%15.82
%28.53

CMYK Percentages of Color #c53865

%0
%72
%49
%23

Triadic Colors of #c53865

#c53865 #65c538 #3865c5

Analogous Colors of #c53865

#c53865 #c55238 #c538ac

Monochromatic Colors of #c53865

#c53865

Complementary Color

#c53865 #38c598

#c53865 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c53865 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c53865 Color CSS Codes

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

#c53865 Text Font Color

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

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


#c53865 Background Color

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

This div background color is #c53865


#c53865 Border Color

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

This div border color is #c53865


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c53865


Comments

No comments written yet.

Please login to write comment.