Color Hex Logo

#e970de Color Hex

#E970DE
(233,112,222)
0 Favorites   0 Comments

Color spaces of #e970de

RGB 233112222
HSL0.850.730.68
HSV305°52°91°
CMYK 0.000.520.05   0.09
XYZ52.583334.185972.9343
Yxy34.18590.32930.2141
Hunter Lab58.468758.2121-33.0307
CIE-Lab65.109960.8507-35.1484

#e970de color RGB value is (233,112,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01110000 11011110
Octal 351 160 336
Decimal 233 112 222
Hex E9 70 DE

RGB Percentages of Color #e970de

%41.09
%19.75
%39.15

CMYK Percentages of Color #e970de

%0
%52
%5
%9

Triadic Colors of #e970de

#e970de #dee970 #70dee9

Analogous Colors of #e970de

#e970de #e970a2 #b870e9

Monochromatic Colors of #e970de

#e970de

Complementary Color

#e970de #70e97b

#e970de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e970de Color Preview on White Background

Lorem ipsum dolor sit amet.

#e970de Color CSS Codes

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

#e970de Text Font Color

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

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


#e970de Background Color

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

This div background color is #e970de


#e970de Border Color

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

This div border color is #e970de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e970de


Comments

No comments written yet.

Please login to write comment.