Color Hex Logo

#e65fda Color Hex

#E65FDA
(230,95,218)
0 Favorites   0 Comments

Color spaces of #e65fda

RGB 23095218
HSL0.850.730.64
HSV305°59°90°
CMYK 0.000.590.05   0.10
XYZ49.380230.069469.5310
Yxy30.06940.33150.2018
Hunter Lab54.835664.7795-36.7943
CIE-Lab61.714166.9782-38.2379

#e65fda color RGB value is (230,95,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01011111 11011010
Octal 346 137 332
Decimal 230 95 218
Hex E6 5F DA

RGB Percentages of Color #e65fda

%42.36
%17.50
%40.15

CMYK Percentages of Color #e65fda

%0
%59
%5
%10

Triadic Colors of #e65fda

#e65fda #dae65f #5fdae6

Analogous Colors of #e65fda

#e65fda #e65f97 #af5fe6

Monochromatic Colors of #e65fda

#e65fda

Complementary Color

#e65fda #5fe66b

#e65fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e65fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#e65fda Color CSS Codes

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

#e65fda Text Font Color

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

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


#e65fda Background Color

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

This div background color is #e65fda


#e65fda Border Color

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

This div border color is #e65fda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,95,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 #e65fda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e65fda


Comments

No comments written yet.

Please login to write comment.