Color Hex Logo

#e74be8 Color Hex

#E74BE8
(231,75,232)
0 Favorites   0 Comments

Color spaces of #e74be8

RGB 23175232
HSL0.830.770.60
HSV300°68°91°
CMYK 0.000.680.00   0.09
XYZ50.036627.847379.0818
Yxy27.84730.31880.1774
Hunter Lab52.770576.9038-51.9125
CIE-Lab59.750577.2148-49.1732

#e74be8 color RGB value is (231,75,232).

#e74be8 hex color red value is 231, green value is 75 and the blue value of its RGB is 232. Cylindrical-coordinate representations (also known as HSL) of color #e74be8 hue: 0.83 , saturation: 0.77 and the lightness value of e74be8 is 0.60.

The process color (four color CMYK) of #e74be8 color hex is 0.00, 0.68, 0.00, 0.09. Web safe color of #e74be8 is #ff33ff. Color #e74be8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01001011 11101000
Octal 347 113 350
Decimal 231 75 232
Hex E7 4B E8

RGB Percentages of Color #e74be8

%42.94
%13.94
%43.12

CMYK Percentages of Color #e74be8

%0
%68
%0
%9

Triadic Colors of #e74be8

#e74be8 #e8e74b #4be8e7

Analogous Colors of #e74be8

#e74be8 #e84b9b #994be8

Monochromatic Colors of #e74be8

#e74be8

Complementary Color

#e74be8 #4ce84b

#e74be8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e74be8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e74be8 Color CSS Codes

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

#e74be8 Text Font Color

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

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


#e74be8 Background Color

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

This div background color is #e74be8


#e74be8 Border Color

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

This div border color is #e74be8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e74be8


Comments

No comments written yet.

Please login to write comment.