Color Hex Logo

#e750af Color Hex

#E750AF
(231,80,175)
0 Favorites   0 Comments

Color spaces of #e750af

RGB 23180175
HSL0.900.760.61
HSV322°65°91°
CMYK 0.000.650.24   0.09
XYZ43.561525.821443.2455
Yxy25.82140.38680.2293
Hunter Lab50.814864.0952-14.8880
CIE-Lab57.867167.1076-19.6563

#e750af color RGB value is (231,80,175).

#e750af hex color red value is 231, green value is 80 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #e750af hue: 0.90 , saturation: 0.76 and the lightness value of e750af is 0.61.

The process color (four color CMYK) of #e750af color hex is 0.00, 0.65, 0.24, 0.09. Web safe color of #e750af is #ff6699. Color #e750af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01010000 10101111
Octal 347 120 257
Decimal 231 80 175
Hex E7 50 AF

RGB Percentages of Color #e750af

%47.53
%16.46
%36.01

CMYK Percentages of Color #e750af

%0
%65
%24
%9

Triadic Colors of #e750af

#e750af #afe750 #50afe7

Analogous Colors of #e750af

#e750af #e75064 #d450e7

Monochromatic Colors of #e750af

#e750af

Complementary Color

#e750af #50e788

#e750af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e750af Color Preview on White Background

Lorem ipsum dolor sit amet.

#e750af Color CSS Codes

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

#e750af Text Font Color

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

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


#e750af Background Color

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

This div background color is #e750af


#e750af Border Color

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

This div border color is #e750af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e750af


Comments

No comments written yet.

Please login to write comment.