Color Hex Logo

#e75adf Color Hex

#E75ADF
(231,90,223)
0 Favorites   0 Comments

Color spaces of #e75adf

RGB 23190223
HSL0.840.750.63
HSV303°61°91°
CMYK 0.000.610.03   0.09
XYZ49.930429.629072.8994
Yxy29.62900.32750.1943
Hunter Lab54.432568.4793-41.3021
CIE-Lab61.332870.1090-41.6327

#e75adf color RGB value is (231,90,223).

#e75adf hex color red value is 231, green value is 90 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #e75adf hue: 0.84 , saturation: 0.75 and the lightness value of e75adf is 0.63.

The process color (four color CMYK) of #e75adf color hex is 0.00, 0.61, 0.03, 0.09. Web safe color of #e75adf is #ff66cc. Color #e75adf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01011010 11011111
Octal 347 132 337
Decimal 231 90 223
Hex E7 5A DF

RGB Percentages of Color #e75adf

%42.46
%16.54
%40.99

CMYK Percentages of Color #e75adf

%0
%61
%3
%9

Triadic Colors of #e75adf

#e75adf #dfe75a #5adfe7

Analogous Colors of #e75adf

#e75adf #e75a99 #a95ae7

Monochromatic Colors of #e75adf

#e75adf

Complementary Color

#e75adf #5ae762

#e75adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e75adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e75adf Color CSS Codes

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

#e75adf Text Font Color

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

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


#e75adf Background Color

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

This div background color is #e75adf


#e75adf Border Color

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

This div border color is #e75adf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e75adf


Comments

No comments written yet.

Please login to write comment.