Color Hex Logo

#e973d8 Color Hex

#E973D8
(233,115,216)
0 Favorites   0 Comments

Color spaces of #e973d8

RGB 233115216
HSL0.860.730.68
HSV309°51°91°
CMYK 0.000.510.07   0.09
XYZ52.129734.543068.8857
Yxy34.54300.33510.2221
Hunter Lab58.773355.4695-28.3500
CIE-Lab65.391358.4539-31.3633

#e973d8 color RGB value is (233,115,216).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01110011 11011000
Octal 351 163 330
Decimal 233 115 216
Hex E9 73 D8

RGB Percentages of Color #e973d8

%41.31
%20.39
%38.30

CMYK Percentages of Color #e973d8

%0
%51
%7
%9

Triadic Colors of #e973d8

#e973d8 #d8e973 #73d8e9

Analogous Colors of #e973d8

#e973d8 #e9739d #bf73e9

Monochromatic Colors of #e973d8

#e973d8

Complementary Color

#e973d8 #73e984

#e973d8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e973d8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e973d8 Color CSS Codes

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

#e973d8 Text Font Color

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

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


#e973d8 Background Color

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

This div background color is #e973d8


#e973d8 Border Color

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

This div border color is #e973d8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e973d8


Comments

No comments written yet.

Please login to write comment.