Color Hex Logo

#c7625f Color Hex

#C7625F
(199,98,95)
0 Favorites   0 Comments

Color spaces of #c7625f

RGB 1999895
HSL0.000.480.58
HSV52°78°
CMYK 0.000.510.52   0.22
XYZ29.986421.703713.4352
Yxy21.70370.46040.3333
Hunter Lab46.587233.365915.5125
CIE-Lab53.711239.901720.6226

#c7625f color RGB value is (199,98,95).

#c7625f hex color red value is 199, green value is 98 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #c7625f hue: 0.00 , saturation: 0.48 and the lightness value of c7625f is 0.58.

The process color (four color CMYK) of #c7625f color hex is 0.00, 0.51, 0.52, 0.22. Web safe color of #c7625f is #cc6666. Color #c7625f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01100010 01011111
Octal 307 142 137
Decimal 199 98 95
Hex C7 62 5F

RGB Percentages of Color #c7625f

%50.77
%25.00
%24.23

CMYK Percentages of Color #c7625f

%0
%51
%52
%22

Triadic Colors of #c7625f

#c7625f #5fc762 #625fc7

Analogous Colors of #c7625f

#c7625f #c7965f #c75f90

Monochromatic Colors of #c7625f

#c7625f

Complementary Color

#c7625f #5fc4c7

#c7625f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7625f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7625f Color CSS Codes

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

#c7625f Text Font Color

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

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


#c7625f Background Color

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

This div background color is #c7625f


#c7625f Border Color

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

This div border color is #c7625f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7625f


Comments

No comments written yet.

Please login to write comment.