Color Hex Logo

#e65ebc Color Hex

#E65EBC
(230,94,188)
0 Favorites   0 Comments

Color spaces of #e65ebc

RGB 23094188
HSL0.880.730.64
HSV319°59°90°
CMYK 0.000.590.18   0.10
XYZ45.712928.459250.6608
Yxy28.45920.36620.2280
Hunter Lab53.347259.5982-18.9614
CIE-Lab60.301362.8599-23.4230

#e65ebc color RGB value is (230,94,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01011110 10111100
Octal 346 136 274
Decimal 230 94 188
Hex E6 5E BC

RGB Percentages of Color #e65ebc

%44.92
%18.36
%36.72

CMYK Percentages of Color #e65ebc

%0
%59
%18
%10

Triadic Colors of #e65ebc

#e65ebc #bce65e #5ebce6

Analogous Colors of #e65ebc

#e65ebc #e65e78 #cc5ee6

Monochromatic Colors of #e65ebc

#e65ebc

Complementary Color

#e65ebc #5ee688

#e65ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e65ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e65ebc Color CSS Codes

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

#e65ebc Text Font Color

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

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


#e65ebc Background Color

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

This div background color is #e65ebc


#e65ebc Border Color

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

This div border color is #e65ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e65ebc


Comments

No comments written yet.

Please login to write comment.