Color Hex Logo

#e361be Color Hex

#E361BE
(227,97,190)
0 Favorites   0 Comments

Color spaces of #e361be

RGB 22797190
HSL0.880.700.64
HSV317°57°89°
CMYK 0.000.570.16   0.11
XYZ45.247528.598051.8504
Yxy28.59800.36000.2275
Hunter Lab53.477157.4457-20.0525
CIE-Lab60.425260.9921-24.4131

#e361be color RGB value is (227,97,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01100001 10111110
Octal 343 141 276
Decimal 227 97 190
Hex E3 61 BE

RGB Percentages of Color #e361be

%44.16
%18.87
%36.96

CMYK Percentages of Color #e361be

%0
%57
%16
%11

Triadic Colors of #e361be

#e361be #bee361 #61bee3

Analogous Colors of #e361be

#e361be #e3617d #c761e3

Monochromatic Colors of #e361be

#e361be

Complementary Color

#e361be #61e386

#e361be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e361be Color Preview on White Background

Lorem ipsum dolor sit amet.

#e361be Color CSS Codes

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

#e361be Text Font Color

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

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


#e361be Background Color

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

This div background color is #e361be


#e361be Border Color

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

This div border color is #e361be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e361be


Comments

No comments written yet.

Please login to write comment.