Color Hex Logo

#e65bde Color Hex

#E65BDE
(230,91,222)
0 Favorites   0 Comments

Color spaces of #e65bde

RGB 23091222
HSL0.840.740.63
HSV303°60°90°
CMYK 0.000.600.03   0.10
XYZ49.559029.579172.2045
Yxy29.57910.32750.1954
Hunter Lab54.386767.4786-40.6436
CIE-Lab61.289369.2934-41.1498

#e65bde color RGB value is (230,91,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01011011 11011110
Octal 346 133 336
Decimal 230 91 222
Hex E6 5B DE

RGB Percentages of Color #e65bde

%42.36
%16.76
%40.88

CMYK Percentages of Color #e65bde

%0
%60
%3
%10

Triadic Colors of #e65bde

#e65bde #dee65b #5bdee6

Analogous Colors of #e65bde

#e65bde #e65b99 #a95be6

Monochromatic Colors of #e65bde

#e65bde

Complementary Color

#e65bde #5be663

#e65bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e65bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#e65bde Color CSS Codes

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

#e65bde Text Font Color

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

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


#e65bde Background Color

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

This div background color is #e65bde


#e65bde Border Color

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

This div border color is #e65bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e65bde


Comments

No comments written yet.

Please login to write comment.