Color Hex Logo

#e62daf Color Hex

#E62DAF
(230,45,175)
0 Favorites   0 Comments

Color spaces of #e62daf

RGB 23045175
HSL0.880.790.54
HSV318°80°90°
CMYK 0.000.800.24   0.10
XYZ41.309421.794942.5870
Yxy21.79490.39080.2062
Hunter Lab46.685076.2476-21.4060
CIE-Lab53.808777.8395-25.9035

#e62daf color RGB value is (230,45,175).

#e62daf hex color red value is 230, green value is 45 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #e62daf hue: 0.88 , saturation: 0.79 and the lightness value of e62daf is 0.54.

The process color (four color CMYK) of #e62daf color hex is 0.00, 0.80, 0.24, 0.10. Web safe color of #e62daf is #ff3399. Color #e62daf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00101101 10101111
Octal 346 55 257
Decimal 230 45 175
Hex E6 2D AF

RGB Percentages of Color #e62daf

%51.11
%10.00
%38.89

CMYK Percentages of Color #e62daf

%0
%80
%24
%10

Triadic Colors of #e62daf

#e62daf #afe62d #2dafe6

Analogous Colors of #e62daf

#e62daf #e62d53 #c12de6

Monochromatic Colors of #e62daf

#e62daf

Complementary Color

#e62daf #2de664

#e62daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e62daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e62daf Color CSS Codes

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

#e62daf Text Font Color

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

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


#e62daf Background Color

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

This div background color is #e62daf


#e62daf Border Color

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

This div border color is #e62daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e62daf


Comments

No comments written yet.

Please login to write comment.