Color Hex Logo

#e65bea Color Hex

#E65BEA
(230,91,234)
0 Favorites   0 Comments

Color spaces of #e65bea

RGB 23091234
HSL0.830.770.64
HSV298°61°92°
CMYK 0.020.610.00   0.08
XYZ51.225530.245780.9800
Yxy30.24570.31530.1862
Hunter Lab54.996170.0187-48.8054
CIE-Lab61.865671.2706-46.9535

#e65bea color RGB value is (230,91,234).

#e65bea hex color red value is 230, green value is 91 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #e65bea hue: 0.83 , saturation: 0.77 and the lightness value of e65bea is 0.64.

The process color (four color CMYK) of #e65bea color hex is 0.02, 0.61, 0.00, 0.08. Web safe color of #e65bea is #ff66ff. Color #e65bea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01011011 11101010
Octal 346 133 352
Decimal 230 91 234
Hex E6 5B EA

RGB Percentages of Color #e65bea

%41.44
%16.40
%42.16

CMYK Percentages of Color #e65bea

%2
%61
%0
%8

Triadic Colors of #e65bea

#e65bea #eae65b #5beae6

Analogous Colors of #e65bea

#e65bea #ea5ba7 #9f5bea

Monochromatic Colors of #e65bea

#e65bea

Complementary Color

#e65bea #5fea5b

#e65bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e65bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e65bea Color CSS Codes

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

#e65bea Text Font Color

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

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


#e65bea Background Color

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

This div background color is #e65bea


#e65bea Border Color

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

This div border color is #e65bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e65bea


Comments

No comments written yet.

Please login to write comment.