Color Hex Logo

#e65dad Color Hex

#E65DAD
(230,93,173)
0 Favorites   0 Comments

Color spaces of #e65dad

RGB 23093173
HSL0.900.730.63
HSV325°60°90°
CMYK 0.000.600.25   0.10
XYZ44.090327.668842.5520
Yxy27.66880.38570.2420
Hunter Lab52.601157.5668-11.1422
CIE-Lab59.588361.2422-15.8986

#e65dad color RGB value is (230,93,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01011101 10101101
Octal 346 135 255
Decimal 230 93 173
Hex E6 5D AD

RGB Percentages of Color #e65dad

%46.37
%18.75
%34.88

CMYK Percentages of Color #e65dad

%0
%60
%25
%10

Triadic Colors of #e65dad

#e65dad #ade65d #5dade6

Analogous Colors of #e65dad

#e65dad #e65d69 #db5de6

Monochromatic Colors of #e65dad

#e65dad

Complementary Color

#e65dad #5de696

#e65dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e65dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e65dad Color CSS Codes

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

#e65dad Text Font Color

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

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


#e65dad Background Color

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

This div background color is #e65dad


#e65dad Border Color

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

This div border color is #e65dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e65dad


Comments

No comments written yet.

Please login to write comment.