Color Hex Logo

#c5625c Color Hex

#C5625C
(197,98,92)
0 Favorites   0 Comments

Color spaces of #c5625c

RGB 1979892
HSL0.010.480.57
HSV53°77°
CMYK 0.000.500.53   0.23
XYZ29.325421.378412.7060
Yxy21.37840.46250.3371
Hunter Lab46.236832.298216.0727
CIE-Lab53.361238.890821.8541

#c5625c color RGB value is (197,98,92).

#c5625c hex color red value is 197, green value is 98 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #c5625c hue: 0.01 , saturation: 0.48 and the lightness value of c5625c is 0.57.

The process color (four color CMYK) of #c5625c color hex is 0.00, 0.50, 0.53, 0.23. Web safe color of #c5625c is #cc6666. Color #c5625c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01100010 01011100
Octal 305 142 134
Decimal 197 98 92
Hex C5 62 5C

RGB Percentages of Color #c5625c

%50.90
%25.32
%23.77

CMYK Percentages of Color #c5625c

%0
%50
%53
%23

Triadic Colors of #c5625c

#c5625c #5cc562 #625cc5

Analogous Colors of #c5625c

#c5625c #c5975c #c55c8b

Monochromatic Colors of #c5625c

#c5625c

Complementary Color

#c5625c #5cbfc5

#c5625c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5625c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5625c Color CSS Codes

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

#c5625c Text Font Color

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

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


#c5625c Background Color

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

This div background color is #c5625c


#c5625c Border Color

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

This div border color is #c5625c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5625c


Comments

No comments written yet.

Please login to write comment.