Color Hex Logo

#e65ebb Color Hex

#E65EBB
(230,94,187)
0 Favorites   0 Comments

Color spaces of #e65ebb

RGB 23094187
HSL0.890.730.64
HSV319°59°90°
CMYK 0.000.590.19   0.10
XYZ45.605528.416350.0949
Yxy28.41630.36740.2289
Hunter Lab53.306959.4243-18.4026
CIE-Lab60.263062.7182-22.9099

#e65ebb color RGB value is (230,94,187).

#e65ebb hex color red value is 230, green value is 94 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #e65ebb hue: 0.89 , saturation: 0.73 and the lightness value of e65ebb is 0.64.

The process color (four color CMYK) of #e65ebb color hex is 0.00, 0.59, 0.19, 0.10. Web safe color of #e65ebb is #ff66cc. Color #e65ebb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01011110 10111011
Octal 346 136 273
Decimal 230 94 187
Hex E6 5E BB

RGB Percentages of Color #e65ebb

%45.01
%18.40
%36.59

CMYK Percentages of Color #e65ebb

%0
%59
%19
%10

Triadic Colors of #e65ebb

#e65ebb #bbe65e #5ebbe6

Analogous Colors of #e65ebb

#e65ebb #e65e77 #cd5ee6

Monochromatic Colors of #e65ebb

#e65ebb

Complementary Color

#e65ebb #5ee689

#e65ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e65ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e65ebb Color CSS Codes

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

#e65ebb Text Font Color

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

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


#e65ebb Background Color

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

This div background color is #e65ebb


#e65ebb Border Color

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

This div border color is #e65ebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e65ebb


Comments

No comments written yet.

Please login to write comment.