Color Hex Logo

#e65ddb Color Hex

#E65DDB
(230,93,219)
0 Favorites   0 Comments

Color spaces of #e65ddb

RGB 23093219
HSL0.850.730.63
HSV305°60°90°
CMYK 0.000.600.05   0.10
XYZ49.333729.766270.1631
Yxy29.76620.33050.1994
Hunter Lab54.558465.9290-38.0571
CIE-Lab61.452067.9817-39.2101

#e65ddb color RGB value is (230,93,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01011101 11011011
Octal 346 135 333
Decimal 230 93 219
Hex E6 5D DB

RGB Percentages of Color #e65ddb

%42.44
%17.16
%40.41

CMYK Percentages of Color #e65ddb

%0
%60
%5
%10

Triadic Colors of #e65ddb

#e65ddb #dbe65d #5ddbe6

Analogous Colors of #e65ddb

#e65ddb #e65d97 #ad5de6

Monochromatic Colors of #e65ddb

#e65ddb

Complementary Color

#e65ddb #5de668

#e65ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e65ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e65ddb Color CSS Codes

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

#e65ddb Text Font Color

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

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


#e65ddb Background Color

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

This div background color is #e65ddb


#e65ddb Border Color

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

This div border color is #e65ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e65ddb


Comments

No comments written yet.

Please login to write comment.