Color Hex Logo

#e6625b Color Hex

#E6625B
(230,98,91)
0 Favorites   0 Comments

Color spaces of #e6625b

RGB 2309891
HSL0.010.740.63
HSV60°90°
CMYK 0.000.570.60   0.10
XYZ38.889126.313712.9269
Yxy26.31370.49780.3368
Hunter Lab51.296945.554620.9666
CIE-Lab58.333650.789529.8642

#e6625b color RGB value is (230,98,91).

#e6625b hex color red value is 230, green value is 98 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #e6625b hue: 0.01 , saturation: 0.74 and the lightness value of e6625b is 0.63.

The process color (four color CMYK) of #e6625b color hex is 0.00, 0.57, 0.60, 0.10. Web safe color of #e6625b is #ff6666. Color #e6625b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01100010 01011011
Octal 346 142 133
Decimal 230 98 91
Hex E6 62 5B

RGB Percentages of Color #e6625b

%54.89
%23.39
%21.72

CMYK Percentages of Color #e6625b

%0
%57
%60
%10

Triadic Colors of #e6625b

#e6625b #5be662 #625be6

Analogous Colors of #e6625b

#e6625b #e6a85b #e65b9a

Monochromatic Colors of #e6625b

#e6625b

Complementary Color

#e6625b #5bdfe6

#e6625b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6625b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6625b Color CSS Codes

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

#e6625b Text Font Color

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

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


#e6625b Background Color

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

This div background color is #e6625b


#e6625b Border Color

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

This div border color is #e6625b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6625b


Comments

No comments written yet.

Please login to write comment.