Color Hex Logo

#e973be Color Hex

#E973BE
(233,115,190)
0 Favorites   0 Comments

Color spaces of #e973be

RGB 233115190
HSL0.890.730.68
HSV322°51°91°
CMYK 0.000.510.18   0.09
XYZ49.029333.302852.5592
Yxy33.30280.36350.2469
Hunter Lab57.708650.6639-13.6035
CIE-Lab64.405354.4235-18.2592

#e973be color RGB value is (233,115,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01110011 10111110
Octal 351 163 276
Decimal 233 115 190
Hex E9 73 BE

RGB Percentages of Color #e973be

%43.31
%21.38
%35.32

CMYK Percentages of Color #e973be

%0
%51
%18
%9

Triadic Colors of #e973be

#e973be #bee973 #73bee9

Analogous Colors of #e973be

#e973be #e97383 #d973e9

Monochromatic Colors of #e973be

#e973be

Complementary Color

#e973be #73e99e

#e973be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e973be Color Preview on White Background

Lorem ipsum dolor sit amet.

#e973be Color CSS Codes

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

#e973be Text Font Color

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

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


#e973be Background Color

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

This div background color is #e973be


#e973be Border Color

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

This div border color is #e973be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e973be


Comments

No comments written yet.

Please login to write comment.