Color Hex Logo

#e65abf Color Hex

#E65ABF
(230,90,191)
0 Favorites   0 Comments

Color spaces of #e65abf

RGB 23090191
HSL0.880.740.63
HSV317°61°90°
CMYK 0.000.610.17   0.10
XYZ45.693327.896952.2666
Yxy27.89690.36310.2217
Hunter Lab52.817561.9926-21.6993
CIE-Lab59.795564.9843-25.9156

#e65abf color RGB value is (230,90,191).

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

The process color (four color CMYK) of #e65abf color hex is 0.00, 0.61, 0.17, 0.10. Web safe color of #e65abf is #ff66cc. Color #e65abf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01011010 10111111
Octal 346 132 277
Decimal 230 90 191
Hex E6 5A BF

RGB Percentages of Color #e65abf

%45.01
%17.61
%37.38

CMYK Percentages of Color #e65abf

%0
%61
%17
%10

Triadic Colors of #e65abf

#e65abf #bfe65a #5abfe6

Analogous Colors of #e65abf

#e65abf #e65a79 #c75ae6

Monochromatic Colors of #e65abf

#e65abf

Complementary Color

#e65abf #5ae681

#e65abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e65abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e65abf Color CSS Codes

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

#e65abf Text Font Color

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

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


#e65abf Background Color

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

This div background color is #e65abf


#e65abf Border Color

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

This div border color is #e65abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e65abf


Comments

No comments written yet.

Please login to write comment.