Color Hex Logo

#e973bc Color Hex

#E973BC
(233,115,188)
0 Favorites   0 Comments

Color spaces of #e973bc

RGB 233115188
HSL0.900.730.68
HSV323°51°91°
CMYK 0.000.510.19   0.09
XYZ48.812133.215951.4156
Yxy33.21590.36580.2489
Hunter Lab57.633250.3213-12.5504
CIE-Lab64.335354.1321-17.2337

#e973bc color RGB value is (233,115,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01110011 10111100
Octal 351 163 274
Decimal 233 115 188
Hex E9 73 BC

RGB Percentages of Color #e973bc

%43.47
%21.46
%35.07

CMYK Percentages of Color #e973bc

%0
%51
%19
%9

Triadic Colors of #e973bc

#e973bc #bce973 #73bce9

Analogous Colors of #e973bc

#e973bc #e97381 #db73e9

Monochromatic Colors of #e973bc

#e973bc

Complementary Color

#e973bc #73e9a0

#e973bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e973bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e973bc Color CSS Codes

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

#e973bc Text Font Color

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

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


#e973bc Background Color

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

This div background color is #e973bc


#e973bc Border Color

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

This div border color is #e973bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e973bc


Comments

No comments written yet.

Please login to write comment.