Color Hex Logo

#e462bb Color Hex

#E462BB
(228,98,187)
0 Favorites   0 Comments

Color spaces of #e462bb

RGB 22898187
HSL0.890.710.64
HSV319°57°89°
CMYK 0.000.570.18   0.11
XYZ45.332228.817250.1867
Yxy28.81720.36460.2318
Hunter Lab53.681756.7938-17.8528
CIE-Lab60.620060.3960-22.3887

#e462bb color RGB value is (228,98,187).

#e462bb hex color red value is 228, green value is 98 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #e462bb hue: 0.89 , saturation: 0.71 and the lightness value of e462bb is 0.64.

The process color (four color CMYK) of #e462bb color hex is 0.00, 0.57, 0.18, 0.11. Web safe color of #e462bb is #cc66cc. Color #e462bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01100010 10111011
Octal 344 142 273
Decimal 228 98 187
Hex E4 62 BB

RGB Percentages of Color #e462bb

%44.44
%19.10
%36.45

CMYK Percentages of Color #e462bb

%0
%57
%18
%11

Triadic Colors of #e462bb

#e462bb #bbe462 #62bbe4

Analogous Colors of #e462bb

#e462bb #e4627a #cc62e4

Monochromatic Colors of #e462bb

#e462bb

Complementary Color

#e462bb #62e48b

#e462bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e462bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e462bb Color CSS Codes

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

#e462bb Text Font Color

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

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


#e462bb Background Color

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

This div background color is #e462bb


#e462bb Border Color

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

This div border color is #e462bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e462bb


Comments

No comments written yet.

Please login to write comment.