Color Hex Logo

#e65dbe Color Hex

#E65DBE
(230,93,190)
0 Favorites   0 Comments

Color spaces of #e65dbe

RGB 23093190
HSL0.880.730.63
HSV318°60°90°
CMYK 0.000.600.17   0.10
XYZ45.841728.369451.7749
Yxy28.36940.36390.2252
Hunter Lab53.262960.4191-20.3495
CIE-Lab60.221063.5737-24.6893

#e65dbe color RGB value is (230,93,190).

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

The process color (four color CMYK) of #e65dbe color hex is 0.00, 0.60, 0.17, 0.10. Web safe color of #e65dbe is #ff66cc. Color #e65dbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01011101 10111110
Octal 346 135 276
Decimal 230 93 190
Hex E6 5D BE

RGB Percentages of Color #e65dbe

%44.83
%18.13
%37.04

CMYK Percentages of Color #e65dbe

%0
%60
%17
%10

Triadic Colors of #e65dbe

#e65dbe #bee65d #5dbee6

Analogous Colors of #e65dbe

#e65dbe #e65d7a #ca5de6

Monochromatic Colors of #e65dbe

#e65dbe

Complementary Color

#e65dbe #5de685

#e65dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e65dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e65dbe Color CSS Codes

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

#e65dbe Text Font Color

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

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


#e65dbe Background Color

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

This div background color is #e65dbe


#e65dbe Border Color

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

This div border color is #e65dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e65dbe


Comments

No comments written yet.

Please login to write comment.