Color Hex Logo

#e65adb Color Hex

#E65ADB
(230,90,219)
0 Favorites   0 Comments

Color spaces of #e65adb

RGB 23090219
HSL0.850.740.63
HSV305°61°90°
CMYK 0.000.610.05   0.10
XYZ49.075529.249870.0770
Yxy29.24980.33070.1971
Hunter Lab54.083167.3272-38.9656
CIE-Lab61.001569.2213-39.9161

#e65adb color RGB value is (230,90,219).

#e65adb hex color red value is 230, green value is 90 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #e65adb hue: 0.85 , saturation: 0.74 and the lightness value of e65adb is 0.63.

The process color (four color CMYK) of #e65adb color hex is 0.00, 0.61, 0.05, 0.10. Web safe color of #e65adb is #ff66cc. Color #e65adb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01011010 11011011
Octal 346 132 333
Decimal 230 90 219
Hex E6 5A DB

RGB Percentages of Color #e65adb

%42.67
%16.70
%40.63

CMYK Percentages of Color #e65adb

%0
%61
%5
%10

Triadic Colors of #e65adb

#e65adb #dbe65a #5adbe6

Analogous Colors of #e65adb

#e65adb #e65a95 #ab5ae6

Monochromatic Colors of #e65adb

#e65adb

Complementary Color

#e65adb #5ae665

#e65adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e65adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e65adb Color CSS Codes

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

#e65adb Text Font Color

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

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


#e65adb Background Color

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

This div background color is #e65adb


#e65adb Border Color

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

This div border color is #e65adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e65adb


Comments

No comments written yet.

Please login to write comment.