Color Hex Logo

#e062bf Color Hex

#E062BF
(224,98,191)
0 Favorites   0 Comments

Color spaces of #e062bf

RGB 22498191
HSL0.880.670.63
HSV316°56°88°
CMYK 0.000.560.15   0.12
XYZ44.512128.344252.4152
Yxy28.34420.35530.2263
Hunter Lab53.239356.0709-21.1048
CIE-Lab60.198459.8428-25.3691

#e062bf color RGB value is (224,98,191).

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

The process color (four color CMYK) of #e062bf color hex is 0.00, 0.56, 0.15, 0.12. Web safe color of #e062bf is #cc66cc. Color #e062bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01100010 10111111
Octal 340 142 277
Decimal 224 98 191
Hex E0 62 BF

RGB Percentages of Color #e062bf

%43.66
%19.10
%37.23

CMYK Percentages of Color #e062bf

%0
%56
%15
%12

Triadic Colors of #e062bf

#e062bf #bfe062 #62bfe0

Analogous Colors of #e062bf

#e062bf #e06280 #c262e0

Monochromatic Colors of #e062bf

#e062bf

Complementary Color

#e062bf #62e083

#e062bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e062bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e062bf Color CSS Codes

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

#e062bf Text Font Color

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

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


#e062bf Background Color

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

This div background color is #e062bf


#e062bf Border Color

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

This div border color is #e062bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,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 #e062bf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e062bf


Comments

No comments written yet.

Please login to write comment.