Color Hex Logo

#e370bf Color Hex

#E370BF
(227,112,191)
0 Favorites   0 Comments

Color spaces of #e370bf

RGB 227112191
HSL0.890.670.66
HSV319°51°89°
CMYK 0.000.510.16   0.11
XYZ46.876731.680852.9346
Yxy31.68080.35650.2409
Hunter Lab56.285750.1611-16.3600
CIE-Lab63.078254.1874-20.9201

#e370bf color RGB value is (227,112,191).

#e370bf hex color red value is 227, green value is 112 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #e370bf hue: 0.89 , saturation: 0.67 and the lightness value of e370bf is 0.66.

The process color (four color CMYK) of #e370bf color hex is 0.00, 0.51, 0.16, 0.11. Web safe color of #e370bf is #cc66cc. Color #e370bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01110000 10111111
Octal 343 160 277
Decimal 227 112 191
Hex E3 70 BF

RGB Percentages of Color #e370bf

%42.83
%21.13
%36.04

CMYK Percentages of Color #e370bf

%0
%51
%16
%11

Triadic Colors of #e370bf

#e370bf #bfe370 #70bfe3

Analogous Colors of #e370bf

#e370bf #e37086 #ce70e3

Monochromatic Colors of #e370bf

#e370bf

Complementary Color

#e370bf #70e394

#e370bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e370bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e370bf Color CSS Codes

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

#e370bf Text Font Color

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

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


#e370bf Background Color

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

This div background color is #e370bf


#e370bf Border Color

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

This div border color is #e370bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e370bf


Comments

No comments written yet.

Please login to write comment.