Color Hex Logo

#e65bda Color Hex

#E65BDA
(230,91,218)
0 Favorites   0 Comments

Color spaces of #e65bda

RGB 23091218
HSL0.850.740.63
HSV305°60°90°
CMYK 0.000.600.05   0.10
XYZ49.029129.367169.4140
Yxy29.36710.33170.1987
Hunter Lab54.191466.6610-38.0108
CIE-Lab61.104368.6517-39.1926

#e65bda color RGB value is (230,91,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01011011 11011010
Octal 346 133 332
Decimal 230 91 218
Hex E6 5B DA

RGB Percentages of Color #e65bda

%42.67
%16.88
%40.45

CMYK Percentages of Color #e65bda

%0
%60
%5
%10

Triadic Colors of #e65bda

#e65bda #dae65b #5bdae6

Analogous Colors of #e65bda

#e65bda #e65b95 #ad5be6

Monochromatic Colors of #e65bda

#e65bda

Complementary Color

#e65bda #5be667

#e65bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e65bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#e65bda Color CSS Codes

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

#e65bda Text Font Color

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

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


#e65bda Background Color

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

This div background color is #e65bda


#e65bda Border Color

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

This div border color is #e65bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e65bda


Comments

No comments written yet.

Please login to write comment.