Color Hex Logo

#e65dab Color Hex

#E65DAB
(230,93,171)
0 Favorites   0 Comments

Color spaces of #e65dab

RGB 23093171
HSL0.910.730.63
HSV326°60°90°
CMYK 0.000.600.26   0.10
XYZ43.898227.592041.5402
Yxy27.59200.38840.2441
Hunter Lab52.528157.2499-10.1180
CIE-Lab59.518360.9810-14.8510

#e65dab color RGB value is (230,93,171).

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

The process color (four color CMYK) of #e65dab color hex is 0.00, 0.60, 0.26, 0.10. Web safe color of #e65dab is #ff6699. Color #e65dab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01011101 10101011
Octal 346 135 253
Decimal 230 93 171
Hex E6 5D AB

RGB Percentages of Color #e65dab

%46.56
%18.83
%34.62

CMYK Percentages of Color #e65dab

%0
%60
%26
%10

Triadic Colors of #e65dab

#e65dab #abe65d #5dabe6

Analogous Colors of #e65dab

#e65dab #e65d67 #dd5de6

Monochromatic Colors of #e65dab

#e65dab

Complementary Color

#e65dab #5de698

#e65dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e65dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e65dab Color CSS Codes

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

#e65dab Text Font Color

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

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


#e65dab Background Color

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

This div background color is #e65dab


#e65dab Border Color

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

This div border color is #e65dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e65dab


Comments

No comments written yet.

Please login to write comment.