Color Hex Logo

#c53875 Color Hex

#C53875
(197,56,117)
0 Favorites   0 Comments

Color spaces of #c53875

RGB 19756117
HSL0.930.560.50
HSV334°72°77°
CMYK 0.000.720.41   0.23
XYZ27.651015.983018.4573
Yxy15.98300.44530.2574
Hunter Lab39.978753.49540.6122
CIE-Lab46.952259.9590-2.1495

#c53875 color RGB value is (197,56,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 00111000 01110101
Octal 305 70 165
Decimal 197 56 117
Hex C5 38 75

RGB Percentages of Color #c53875

%53.24
%15.14
%31.62

CMYK Percentages of Color #c53875

%0
%72
%41
%23

Triadic Colors of #c53875

#c53875 #75c538 #3875c5

Analogous Colors of #c53875

#c53875 #c54238 #c538bc

Monochromatic Colors of #c53875

#c53875

Complementary Color

#c53875 #38c588

#c53875 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c53875 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c53875 Color CSS Codes

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

#c53875 Text Font Color

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

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


#c53875 Background Color

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

This div background color is #c53875


#c53875 Border Color

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

This div border color is #c53875


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,56,117, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c53875


Comments

No comments written yet.

Please login to write comment.