Color Hex Logo

#e970be Color Hex

#E970BE
(233,112,190)
0 Favorites   0 Comments

Color spaces of #e970be

RGB 233112190
HSL0.890.730.68
HSV321°52°91°
CMYK 0.000.520.18   0.09
XYZ48.692732.629752.4470
Yxy32.62970.36400.2439
Hunter Lab57.122452.1940-14.4515
CIE-Lab63.859955.8545-19.0879

#e970be color RGB value is (233,112,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01110000 10111110
Octal 351 160 276
Decimal 233 112 190
Hex E9 70 BE

RGB Percentages of Color #e970be

%43.55
%20.93
%35.51

CMYK Percentages of Color #e970be

%0
%52
%18
%9

Triadic Colors of #e970be

#e970be #bee970 #70bee9

Analogous Colors of #e970be

#e970be #e97082 #d870e9

Monochromatic Colors of #e970be

#e970be

Complementary Color

#e970be #70e99b

#e970be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e970be Color Preview on White Background

Lorem ipsum dolor sit amet.

#e970be Color CSS Codes

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

#e970be Text Font Color

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

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


#e970be Background Color

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

This div background color is #e970be


#e970be Border Color

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

This div border color is #e970be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e970be


Comments

No comments written yet.

Please login to write comment.