Color Hex Logo

#e270be Color Hex

#E270BE
(226,112,190)
0 Favorites   0 Comments

Color spaces of #e270be

RGB 226112190
HSL0.890.660.66
HSV319°50°89°
CMYK 0.000.500.16   0.11
XYZ46.452531.474852.3421
Yxy31.47480.35660.2416
Hunter Lab56.102449.6179-16.0444
CIE-Lab62.906453.7326-20.6273

#e270be color RGB value is (226,112,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01110000 10111110
Octal 342 160 276
Decimal 226 112 190
Hex E2 70 BE

RGB Percentages of Color #e270be

%42.80
%21.21
%35.98

CMYK Percentages of Color #e270be

%0
%50
%16
%11

Triadic Colors of #e270be

#e270be #bee270 #70bee2

Analogous Colors of #e270be

#e270be #e27085 #cd70e2

Monochromatic Colors of #e270be

#e270be

Complementary Color

#e270be #70e294

#e270be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e270be Color Preview on White Background

Lorem ipsum dolor sit amet.

#e270be Color CSS Codes

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

#e270be Text Font Color

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

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


#e270be Background Color

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

This div background color is #e270be


#e270be Border Color

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

This div border color is #e270be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e270be


Comments

No comments written yet.

Please login to write comment.