Color Hex Logo

#e971be Color Hex

#E971BE
(233,113,190)
0 Favorites   0 Comments

Color spaces of #e971be

RGB 233113190
HSL0.890.730.68
HSV322°52°91°
CMYK 0.000.520.18   0.09
XYZ48.803732.851652.4840
Yxy32.85160.36380.2449
Hunter Lab57.316351.6856-14.1699
CIE-Lab64.040655.3798-18.8133

#e971be color RGB value is (233,113,190).

#e971be hex color red value is 233, green value is 113 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #e971be hue: 0.89 , saturation: 0.73 and the lightness value of e971be is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01110001 10111110
Octal 351 161 276
Decimal 233 113 190
Hex E9 71 BE

RGB Percentages of Color #e971be

%43.47
%21.08
%35.45

CMYK Percentages of Color #e971be

%0
%52
%18
%9

Triadic Colors of #e971be

#e971be #bee971 #71bee9

Analogous Colors of #e971be

#e971be #e97182 #d871e9

Monochromatic Colors of #e971be

#e971be

Complementary Color

#e971be #71e99c

#e971be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e971be Color Preview on White Background

Lorem ipsum dolor sit amet.

#e971be Color CSS Codes

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

#e971be Text Font Color

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

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


#e971be Background Color

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

This div background color is #e971be


#e971be Border Color

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

This div border color is #e971be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e971be


Comments

No comments written yet.

Please login to write comment.