Color Hex Logo

#e261be Color Hex

#E261BE
(226,97,190)
0 Favorites   0 Comments

Color spaces of #e261be

RGB 22697190
HSL0.880.690.63
HSV317°57°89°
CMYK 0.000.570.16   0.11
XYZ44.933028.435851.8356
Yxy28.43580.35890.2271
Hunter Lab53.325257.0888-20.3061
CIE-Lab60.280460.7094-24.6478

#e261be color RGB value is (226,97,190).

#e261be hex color red value is 226, green value is 97 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #e261be hue: 0.88 , saturation: 0.69 and the lightness value of e261be is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01100001 10111110
Octal 342 141 276
Decimal 226 97 190
Hex E2 61 BE

RGB Percentages of Color #e261be

%44.05
%18.91
%37.04

CMYK Percentages of Color #e261be

%0
%57
%16
%11

Triadic Colors of #e261be

#e261be #bee261 #61bee2

Analogous Colors of #e261be

#e261be #e2617e #c661e2

Monochromatic Colors of #e261be

#e261be

Complementary Color

#e261be #61e285

#e261be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e261be Color Preview on White Background

Lorem ipsum dolor sit amet.

#e261be Color CSS Codes

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

#e261be Text Font Color

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

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


#e261be Background Color

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

This div background color is #e261be


#e261be Border Color

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

This div border color is #e261be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e261be


Comments

No comments written yet.

Please login to write comment.