Color Hex Logo

#e35dab Color Hex

#E35DAB
(227,93,171)
0 Favorites   0 Comments

Color spaces of #e35dab

RGB 22793171
HSL0.900.710.63
HSV325°59°89°
CMYK 0.000.590.25   0.11
XYZ42.943627.099941.4955
Yxy27.09990.38500.2430
Hunter Lab52.057656.1484-10.8202
CIE-Lab59.066760.1057-15.5777

#e35dab color RGB value is (227,93,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01011101 10101011
Octal 343 135 253
Decimal 227 93 171
Hex E3 5D AB

RGB Percentages of Color #e35dab

%46.23
%18.94
%34.83

CMYK Percentages of Color #e35dab

%0
%59
%25
%11

Triadic Colors of #e35dab

#e35dab #abe35d #5dabe3

Analogous Colors of #e35dab

#e35dab #e35d68 #d85de3

Monochromatic Colors of #e35dab

#e35dab

Complementary Color

#e35dab #5de395

#e35dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e35dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e35dab Color CSS Codes

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

#e35dab Text Font Color

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

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


#e35dab Background Color

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

This div background color is #e35dab


#e35dab Border Color

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

This div border color is #e35dab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,93,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e35dab


Comments

No comments written yet.

Please login to write comment.