Color Hex Logo

#e85da5 Color Hex

#E85DA5
(232,93,165)
0 Favorites   0 Comments

Color spaces of #e85da5

RGB 23293165
HSL0.910.750.64
HSV329°60°91°
CMYK 0.000.600.29   0.09
XYZ43.984627.701138.6259
Yxy27.70110.39870.2511
Hunter Lab52.631857.0673-6.6700
CIE-Lab59.617760.8059-11.2049

#e85da5 color RGB value is (232,93,165).

#e85da5 hex color red value is 232, green value is 93 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #e85da5 hue: 0.91 , saturation: 0.75 and the lightness value of e85da5 is 0.64.

The process color (four color CMYK) of #e85da5 color hex is 0.00, 0.60, 0.29, 0.09. Web safe color of #e85da5 is #ff6699. Color #e85da5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01011101 10100101
Octal 350 135 245
Decimal 232 93 165
Hex E8 5D A5

RGB Percentages of Color #e85da5

%47.35
%18.98
%33.67

CMYK Percentages of Color #e85da5

%0
%60
%29
%9

Triadic Colors of #e85da5

#e85da5 #a5e85d #5da5e8

Analogous Colors of #e85da5

#e85da5 #e85d5f #e65de8

Monochromatic Colors of #e85da5

#e85da5

Complementary Color

#e85da5 #5de8a0

#e85da5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e85da5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e85da5 Color CSS Codes

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

#e85da5 Text Font Color

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

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


#e85da5 Background Color

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

This div background color is #e85da5


#e85da5 Border Color

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

This div border color is #e85da5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e85da5


Comments

No comments written yet.

Please login to write comment.