Color Hex Logo

#c6625f Color Hex

#C6625F
(198,98,95)
0 Favorites   0 Comments

Color spaces of #c6625f

RGB 1989895
HSL0.000.470.57
HSV52°78°
CMYK 0.000.510.52   0.22
XYZ29.721921.567413.4229
Yxy21.56740.45930.3333
Hunter Lab46.440732.968115.3717
CIE-Lab53.565039.528220.4009

#c6625f color RGB value is (198,98,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01100010 01011111
Octal 306 142 137
Decimal 198 98 95
Hex C6 62 5F

RGB Percentages of Color #c6625f

%50.64
%25.06
%24.30

CMYK Percentages of Color #c6625f

%0
%51
%52
%22

Triadic Colors of #c6625f

#c6625f #5fc662 #625fc6

Analogous Colors of #c6625f

#c6625f #c6965f #c65f90

Monochromatic Colors of #c6625f

#c6625f

Complementary Color

#c6625f #5fc3c6

#c6625f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6625f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6625f Color CSS Codes

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

#c6625f Text Font Color

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

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


#c6625f Background Color

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

This div background color is #c6625f


#c6625f Border Color

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

This div border color is #c6625f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6625f


Comments

No comments written yet.

Please login to write comment.