Color Hex Logo

#e948bf Color Hex

#E948BF
(233,72,191)
0 Favorites   0 Comments

Color spaces of #e948bf

RGB 23372191
HSL0.880.790.60
HSV316°69°91°
CMYK 0.000.690.18   0.09
XYZ45.325625.720051.8657
Yxy25.72000.36880.2093
Hunter Lab50.714970.7804-25.1350
CIE-Lab57.770372.6600-29.0059

#e948bf color RGB value is (233,72,191).

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

The process color (four color CMYK) of #e948bf color hex is 0.00, 0.69, 0.18, 0.09. Web safe color of #e948bf is #ff33cc. Color #e948bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01001000 10111111
Octal 351 110 277
Decimal 233 72 191
Hex E9 48 BF

RGB Percentages of Color #e948bf

%46.98
%14.52
%38.51

CMYK Percentages of Color #e948bf

%0
%69
%18
%9

Triadic Colors of #e948bf

#e948bf #bfe948 #48bfe9

Analogous Colors of #e948bf

#e948bf #e9486f #c348e9

Monochromatic Colors of #e948bf

#e948bf

Complementary Color

#e948bf #48e972

#e948bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e948bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e948bf Color CSS Codes

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

#e948bf Text Font Color

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

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


#e948bf Background Color

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

This div background color is #e948bf


#e948bf Border Color

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

This div border color is #e948bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(233,72,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e948bf


Comments

No comments written yet.

Please login to write comment.