Color Hex Logo

#e062be Color Hex

#E062BE
(224,98,190)
0 Favorites   0 Comments

Color spaces of #e062be

RGB 22498190
HSL0.880.670.63
HSV316°56°88°
CMYK 0.000.560.15   0.12
XYZ44.402428.300451.8374
Yxy28.30040.35650.2272
Hunter Lab53.198155.8903-20.5348
CIE-Lab60.159259.6929-24.8587

#e062be color RGB value is (224,98,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01100010 10111110
Octal 340 142 276
Decimal 224 98 190
Hex E0 62 BE

RGB Percentages of Color #e062be

%43.75
%19.14
%37.11

CMYK Percentages of Color #e062be

%0
%56
%15
%12

Triadic Colors of #e062be

#e062be #bee062 #62bee0

Analogous Colors of #e062be

#e062be #e0627f #c362e0

Monochromatic Colors of #e062be

#e062be

Complementary Color

#e062be #62e084

#e062be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e062be Color Preview on White Background

Lorem ipsum dolor sit amet.

#e062be Color CSS Codes

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

#e062be Text Font Color

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

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


#e062be Background Color

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

This div background color is #e062be


#e062be Border Color

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

This div border color is #e062be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e062be


Comments

No comments written yet.

Please login to write comment.