Color Hex Logo

#e65bdb Color Hex

#E65BDB
(230,91,219)
0 Favorites   0 Comments

Color spaces of #e65bdb

RGB 23091219
HSL0.850.740.63
HSV305°60°90°
CMYK 0.000.600.05   0.10
XYZ49.160429.419670.1054
Yxy29.41960.33060.1979
Hunter Lab54.239866.8642-38.6649
CIE-Lab61.150268.8114-39.6830

#e65bdb color RGB value is (230,91,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01011011 11011011
Octal 346 133 333
Decimal 230 91 219
Hex E6 5B DB

RGB Percentages of Color #e65bdb

%42.59
%16.85
%40.56

CMYK Percentages of Color #e65bdb

%0
%60
%5
%10

Triadic Colors of #e65bdb

#e65bdb #dbe65b #5bdbe6

Analogous Colors of #e65bdb

#e65bdb #e65b96 #ac5be6

Monochromatic Colors of #e65bdb

#e65bdb

Complementary Color

#e65bdb #5be666

#e65bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e65bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e65bdb Color CSS Codes

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

#e65bdb Text Font Color

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

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


#e65bdb Background Color

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

This div background color is #e65bdb


#e65bdb Border Color

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

This div border color is #e65bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e65bdb


Comments

No comments written yet.

Please login to write comment.