Color Hex Logo

#e954cf Color Hex

#E954CF
(233,84,207)
0 Favorites   0 Comments

Color spaces of #e954cf

RGB 23384207
HSL0.860.770.62
HSV310°64°91°
CMYK 0.000.640.11   0.09
XYZ48.037128.169361.9369
Yxy28.16930.34770.2039
Hunter Lab53.074868.6766-32.0376
CIE-Lab60.041470.5102-34.6084

#e954cf color RGB value is (233,84,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01010100 11001111
Octal 351 124 317
Decimal 233 84 207
Hex E9 54 CF

RGB Percentages of Color #e954cf

%44.47
%16.03
%39.50

CMYK Percentages of Color #e954cf

%0
%64
%11
%9

Triadic Colors of #e954cf

#e954cf #cfe954 #54cfe9

Analogous Colors of #e954cf

#e954cf #e95485 #b954e9

Monochromatic Colors of #e954cf

#e954cf

Complementary Color

#e954cf #54e96e

#e954cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e954cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e954cf Color CSS Codes

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

#e954cf Text Font Color

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

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


#e954cf Background Color

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

This div background color is #e954cf


#e954cf Border Color

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

This div border color is #e954cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e954cf


Comments

No comments written yet.

Please login to write comment.