Color Hex Logo

#e75afb Color Hex

#E75AFB
(231,90,251)
0 Favorites   0 Comments

Color spaces of #e75afb

RGB 23190251
HSL0.810.950.67
HSV293°64°98°
CMYK 0.080.640.00   0.02
XYZ54.023731.266394.4544
Yxy31.26630.30060.1739
Hunter Lab55.916374.6049-61.0119
CIE-Lab62.731874.8152-54.9994

#e75afb color RGB value is (231,90,251).

#e75afb hex color red value is 231, green value is 90 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #e75afb hue: 0.81 , saturation: 0.95 and the lightness value of e75afb is 0.67.

The process color (four color CMYK) of #e75afb color hex is 0.08, 0.64, 0.00, 0.02. Web safe color of #e75afb is #ff66ff. Color #e75afb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01011010 11111011
Octal 347 132 373
Decimal 231 90 251
Hex E7 5A FB

RGB Percentages of Color #e75afb

%40.38
%15.73
%43.88

CMYK Percentages of Color #e75afb

%8
%64
%0
%2

Triadic Colors of #e75afb

#e75afb #fbe75a #5afbe7

Analogous Colors of #e75afb

#e75afb #fb5abf #975afb

Monochromatic Colors of #e75afb

#e75afb

Complementary Color

#e75afb #6efb5a

#e75afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e75afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e75afb Color CSS Codes

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

#e75afb Text Font Color

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

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


#e75afb Background Color

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

This div background color is #e75afb


#e75afb Border Color

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

This div border color is #e75afb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e75afb


Comments

No comments written yet.

Please login to write comment.