Color Hex Logo

#e948af Color Hex

#E948AF
(233,72,175)
0 Favorites   0 Comments

Color spaces of #e948af

RGB 23372175
HSL0.890.790.60
HSV322°69°91°
CMYK 0.000.690.25   0.09
XYZ43.659525.053543.0921
Yxy25.05350.39050.2241
Hunter Lab50.053568.1043-16.0066
CIE-Lab57.127570.5845-20.7575

#e948af color RGB value is (233,72,175).

#e948af hex color red value is 233, green value is 72 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #e948af hue: 0.89 , saturation: 0.79 and the lightness value of e948af is 0.60.

The process color (four color CMYK) of #e948af color hex is 0.00, 0.69, 0.25, 0.09. Web safe color of #e948af is #ff3399. Color #e948af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01001000 10101111
Octal 351 110 257
Decimal 233 72 175
Hex E9 48 AF

RGB Percentages of Color #e948af

%48.54
%15.00
%36.46

CMYK Percentages of Color #e948af

%0
%69
%25
%9

Triadic Colors of #e948af

#e948af #afe948 #48afe9

Analogous Colors of #e948af

#e948af #e9485e #d348e9

Monochromatic Colors of #e948af

#e948af

Complementary Color

#e948af #48e982

#e948af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e948af Color Preview on White Background

Lorem ipsum dolor sit amet.

#e948af Color CSS Codes

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

#e948af Text Font Color

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

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


#e948af Background Color

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

This div background color is #e948af


#e948af Border Color

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

This div border color is #e948af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e948af


Comments

No comments written yet.

Please login to write comment.