Color Hex Logo

#e970bd Color Hex

#E970BD
(233,112,189)
0 Favorites   0 Comments

Color spaces of #e970bd

RGB 233112189
HSL0.890.730.68
HSV322°52°91°
CMYK 0.000.520.19   0.09
XYZ48.583832.586151.8732
Yxy32.58610.36520.2449
Hunter Lab57.084252.0221-13.9186
CIE-Lab63.824455.7094-18.5754

#e970bd color RGB value is (233,112,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01110000 10111101
Octal 351 160 275
Decimal 233 112 189
Hex E9 70 BD

RGB Percentages of Color #e970bd

%43.63
%20.97
%35.39

CMYK Percentages of Color #e970bd

%0
%52
%19
%9

Triadic Colors of #e970bd

#e970bd #bde970 #70bde9

Analogous Colors of #e970bd

#e970bd #e97081 #d970e9

Monochromatic Colors of #e970bd

#e970bd

Complementary Color

#e970bd #70e99c

#e970bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e970bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e970bd Color CSS Codes

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

#e970bd Text Font Color

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

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


#e970bd Background Color

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

This div background color is #e970bd


#e970bd Border Color

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

This div border color is #e970bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e970bd


Comments

No comments written yet.

Please login to write comment.