Color Hex Logo

#e562ba Color Hex

#E562BA
(229,98,186)
1 Favorites   0 Comments

Color spaces of #e562ba

RGB 22998186
HSL0.890.720.64
HSV320°57°90°
CMYK 0.000.570.19   0.10
XYZ45.543728.938549.6397
Yxy28.93850.36690.2331
Hunter Lab53.794556.9819-17.0546
CIE-Lab60.727360.5399-21.6403

#e562ba color RGB value is (229,98,186).

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

The process color (four color CMYK) of #e562ba color hex is 0.00, 0.57, 0.19, 0.10. Web safe color of #e562ba is #cc66cc. Color #e562ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01100010 10111010
Octal 345 142 272
Decimal 229 98 186
Hex E5 62 BA

RGB Percentages of Color #e562ba

%44.64
%19.10
%36.26

CMYK Percentages of Color #e562ba

%0
%57
%19
%10

Triadic Colors of #e562ba

#e562ba #bae562 #62bae5

Analogous Colors of #e562ba

#e562ba #e56279 #cf62e5

Monochromatic Colors of #e562ba

#e562ba

Complementary Color

#e562ba #62e58d

#e562ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e562ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e562ba Color CSS Codes

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

#e562ba Text Font Color

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

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


#e562ba Background Color

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

This div background color is #e562ba


#e562ba Border Color

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

This div border color is #e562ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e562ba


Comments

No comments written yet.

Please login to write comment.