Color Hex Logo

#e562bf Color Hex

#E562BF
(229,98,191)
0 Favorites   0 Comments

Color spaces of #e562bf

RGB 22998191
HSL0.880.720.64
HSV317°57°90°
CMYK 0.000.570.17   0.10
XYZ46.084829.155052.4888
Yxy29.15500.36080.2283
Hunter Lab53.995457.8570-19.8389
CIE-Lab60.918261.2606-24.2015

#e562bf color RGB value is (229,98,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01100010 10111111
Octal 345 142 277
Decimal 229 98 191
Hex E5 62 BF

RGB Percentages of Color #e562bf

%44.21
%18.92
%36.87

CMYK Percentages of Color #e562bf

%0
%57
%17
%10

Triadic Colors of #e562bf

#e562bf #bfe562 #62bfe5

Analogous Colors of #e562bf

#e562bf #e5627e #ca62e5

Monochromatic Colors of #e562bf

#e562bf

Complementary Color

#e562bf #62e588

#e562bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e562bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e562bf Color CSS Codes

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

#e562bf Text Font Color

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

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


#e562bf Background Color

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

This div background color is #e562bf


#e562bf Border Color

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

This div border color is #e562bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e562bf


Comments

No comments written yet.

Please login to write comment.