Color Hex Logo

#e35daf Color Hex

#E35DAF
(227,93,175)
0 Favorites   0 Comments

Color spaces of #e35daf

RGB 22793175
HSL0.900.710.63
HSV323°59°89°
CMYK 0.000.590.23   0.11
XYZ43.330827.254743.5343
Yxy27.25470.37970.2388
Hunter Lab52.206056.7937-12.8974
CIE-Lab59.209360.6404-17.6687

#e35daf color RGB value is (227,93,175).

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

The process color (four color CMYK) of #e35daf color hex is 0.00, 0.59, 0.23, 0.11. Web safe color of #e35daf is #cc6699. Color #e35daf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01011101 10101111
Octal 343 135 257
Decimal 227 93 175
Hex E3 5D AF

RGB Percentages of Color #e35daf

%45.86
%18.79
%35.35

CMYK Percentages of Color #e35daf

%0
%59
%23
%11

Triadic Colors of #e35daf

#e35daf #afe35d #5dafe3

Analogous Colors of #e35daf

#e35daf #e35d6c #d45de3

Monochromatic Colors of #e35daf

#e35daf

Complementary Color

#e35daf #5de391

#e35daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e35daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e35daf Color CSS Codes

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

#e35daf Text Font Color

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

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


#e35daf Background Color

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

This div background color is #e35daf


#e35daf Border Color

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

This div border color is #e35daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e35daf


Comments

No comments written yet.

Please login to write comment.