Color Hex Logo

#e74382 Color Hex

#E74382
(231,67,130)
0 Favorites   0 Comments

Color spaces of #e74382

RGB 23167130
HSL0.940.770.58
HSV337°71°91°
CMYK 0.000.710.44   0.09
XYZ38.991422.614923.4291
Yxy22.61490.45850.2659
Hunter Lab47.555163.13434.0780
CIE-Lab54.673466.89142.0034

#e74382 color RGB value is (231,67,130).

#e74382 hex color red value is 231, green value is 67 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #e74382 hue: 0.94 , saturation: 0.77 and the lightness value of e74382 is 0.58.

The process color (four color CMYK) of #e74382 color hex is 0.00, 0.71, 0.44, 0.09. Web safe color of #e74382 is #ff3399. Color #e74382 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01000011 10000010
Octal 347 103 202
Decimal 231 67 130
Hex E7 43 82

RGB Percentages of Color #e74382

%53.97
%15.65
%30.37

CMYK Percentages of Color #e74382

%0
%71
%44
%9

Triadic Colors of #e74382

#e74382 #82e743 #4382e7

Analogous Colors of #e74382

#e74382 #e75643 #e743d4

Monochromatic Colors of #e74382

#e74382

Complementary Color

#e74382 #43e7a8

#e74382 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e74382 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e74382 Color CSS Codes

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

#e74382 Text Font Color

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

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


#e74382 Background Color

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

This div background color is #e74382


#e74382 Border Color

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

This div border color is #e74382


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(231,67,130, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e74382; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e74382;
  -webkit-box-shadow: 1px 1px 3px 2px #e74382;
  box-shadow:         1px 1px 3px 2px #e74382; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,67,130, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e74382


Comments

No comments written yet.

Please login to write comment.