Color Hex Logo

#e461be Color Hex

#E461BE
(228,97,190)
0 Favorites   0 Comments

Color spaces of #e461be

RGB 22897190
HSL0.880.710.64
HSV317°57°89°
CMYK 0.000.570.17   0.11
XYZ45.563928.761151.8652
Yxy28.76110.36110.2279
Hunter Lab53.629457.8035-19.7991
CIE-Lab60.570261.2749-24.1780

#e461be color RGB value is (228,97,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01100001 10111110
Octal 344 141 276
Decimal 228 97 190
Hex E4 61 BE

RGB Percentages of Color #e461be

%44.27
%18.83
%36.89

CMYK Percentages of Color #e461be

%0
%57
%17
%11

Triadic Colors of #e461be

#e461be #bee461 #61bee4

Analogous Colors of #e461be

#e461be #e4617d #c961e4

Monochromatic Colors of #e461be

#e461be

Complementary Color

#e461be #61e487

#e461be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e461be Color Preview on White Background

Lorem ipsum dolor sit amet.

#e461be Color CSS Codes

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

#e461be Text Font Color

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

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


#e461be Background Color

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

This div background color is #e461be


#e461be Border Color

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

This div border color is #e461be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e461be


Comments

No comments written yet.

Please login to write comment.