Color Hex Logo

#e063af Color Hex

#E063AF
(224,99,175)
0 Favorites   0 Comments

Color spaces of #e063af

RGB 22499175
HSL0.900.670.63
HSV324°56°88°
CMYK 0.000.560.22   0.12
XYZ42.940227.866143.6729
Yxy27.86610.37510.2434
Hunter Lab52.788452.8196-12.1000
CIE-Lab59.767657.0745-16.8624

#e063af color RGB value is (224,99,175).

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

The process color (four color CMYK) of #e063af color hex is 0.00, 0.56, 0.22, 0.12. Web safe color of #e063af is #cc6699. Color #e063af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01100011 10101111
Octal 340 143 257
Decimal 224 99 175
Hex E0 63 AF

RGB Percentages of Color #e063af

%44.98
%19.88
%35.14

CMYK Percentages of Color #e063af

%0
%56
%22
%12

Triadic Colors of #e063af

#e063af #afe063 #63afe0

Analogous Colors of #e063af

#e063af #e06371 #d363e0

Monochromatic Colors of #e063af

#e063af

Complementary Color

#e063af #63e094

#e063af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e063af Color Preview on White Background

Lorem ipsum dolor sit amet.

#e063af Color CSS Codes

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

#e063af Text Font Color

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

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


#e063af Background Color

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

This div background color is #e063af


#e063af Border Color

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

This div border color is #e063af


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,99,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e063af


Comments

No comments written yet.

Please login to write comment.