Color Hex Logo

#e8307b Color Hex

#E8307B
(232,48,123)
0 Favorites   0 Comments

Color spaces of #e8307b

RGB 23248123
HSL0.930.800.55
HSV336°79°91°
CMYK 0.000.790.47   0.09
XYZ37.910820.699820.7362
Yxy20.69980.47780.2609
Hunter Lab45.497069.11694.8253
CIE-Lab52.619472.28083.2417

#e8307b color RGB value is (232,48,123).

#e8307b hex color red value is 232, green value is 48 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #e8307b hue: 0.93 , saturation: 0.80 and the lightness value of e8307b is 0.55.

The process color (four color CMYK) of #e8307b color hex is 0.00, 0.79, 0.47, 0.09. Web safe color of #e8307b is #ff3366. Color #e8307b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 00110000 01111011
Octal 350 60 173
Decimal 232 48 123
Hex E8 30 7B

RGB Percentages of Color #e8307b

%57.57
%11.91
%30.52

CMYK Percentages of Color #e8307b

%0
%79
%47
%9

Triadic Colors of #e8307b

#e8307b #7be830 #307be8

Analogous Colors of #e8307b

#e8307b #e84130 #e830d7

Monochromatic Colors of #e8307b

#e8307b

Complementary Color

#e8307b #30e89d

#e8307b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8307b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8307b Color CSS Codes

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

#e8307b Text Font Color

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

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


#e8307b Background Color

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

This div background color is #e8307b


#e8307b Border Color

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

This div border color is #e8307b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(232,48,123, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e8307b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e8307b;
  -webkit-box-shadow: 1px 1px 3px 2px #e8307b;
  box-shadow:         1px 1px 3px 2px #e8307b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,48,123, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8307b


Comments

No comments written yet.

Please login to write comment.