Color Hex Logo

#e954bf Color Hex

#E954BF
(233,84,191)
0 Favorites   0 Comments

Color spaces of #e954bf

RGB 23384191
HSL0.880.770.62
HSV317°64°91°
CMYK 0.000.640.18   0.09
XYZ46.178627.425952.1501
Yxy27.42590.36720.2181
Hunter Lab52.369765.7507-22.3825
CIE-Lab59.366568.2152-26.5388

#e954bf color RGB value is (233,84,191).

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

The process color (four color CMYK) of #e954bf color hex is 0.00, 0.64, 0.18, 0.09. Web safe color of #e954bf is #ff66cc. Color #e954bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01010100 10111111
Octal 351 124 277
Decimal 233 84 191
Hex E9 54 BF

RGB Percentages of Color #e954bf

%45.87
%16.54
%37.60

CMYK Percentages of Color #e954bf

%0
%64
%18
%9

Triadic Colors of #e954bf

#e954bf #bfe954 #54bfe9

Analogous Colors of #e954bf

#e954bf #e95475 #c954e9

Monochromatic Colors of #e954bf

#e954bf

Complementary Color

#e954bf #54e97e

#e954bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e954bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e954bf Color CSS Codes

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

#e954bf Text Font Color

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

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


#e954bf Background Color

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

This div background color is #e954bf


#e954bf Border Color

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

This div border color is #e954bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e954bf


Comments

No comments written yet.

Please login to write comment.