Color Hex Logo

#e82a7b Color Hex

#E82A7B
(232,42,123)
0 Favorites   0 Comments

Color spaces of #e82a7b

RGB 23242123
HSL0.930.810.54
HSV334°82°91°
CMYK 0.000.820.47   0.09
XYZ37.681820.241820.6599
Yxy20.24180.47950.2576
Hunter Lab44.990970.76744.2675
CIE-Lab52.109573.73602.5039

#e82a7b color RGB value is (232,42,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 00101010 01111011
Octal 350 52 173
Decimal 232 42 123
Hex E8 2A 7B

RGB Percentages of Color #e82a7b

%58.44
%10.58
%30.98

CMYK Percentages of Color #e82a7b

%0
%82
%47
%9

Triadic Colors of #e82a7b

#e82a7b #7be82a #2a7be8

Analogous Colors of #e82a7b

#e82a7b #e8382a #e82ada

Monochromatic Colors of #e82a7b

#e82a7b

Complementary Color

#e82a7b #2ae897

#e82a7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e82a7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e82a7b Color CSS Codes

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

#e82a7b Text Font Color

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

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


#e82a7b Background Color

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

This div background color is #e82a7b


#e82a7b Border Color

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

This div border color is #e82a7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e82a7b


Comments

No comments written yet.

Please login to write comment.