Color Hex Logo

#e341be Color Hex

#E341BE
(227,65,190)
0 Favorites   0 Comments

Color spaces of #e341be

RGB 22765190
HSL0.870.740.57
HSV314°71°89°
CMYK 0.000.710.16   0.11
XYZ42.863123.829251.0556
Yxy23.82920.36400.2024
Hunter Lab48.815271.3089-27.8406
CIE-Lab55.916473.4447-31.3848

#e341be color RGB value is (227,65,190).

#e341be hex color red value is 227, green value is 65 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #e341be hue: 0.87 , saturation: 0.74 and the lightness value of e341be is 0.57.

The process color (four color CMYK) of #e341be color hex is 0.00, 0.71, 0.16, 0.11. Web safe color of #e341be is #cc33cc. Color #e341be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01000001 10111110
Octal 343 101 276
Decimal 227 65 190
Hex E3 41 BE

RGB Percentages of Color #e341be

%47.10
%13.49
%39.42

CMYK Percentages of Color #e341be

%0
%71
%16
%11

Triadic Colors of #e341be

#e341be #bee341 #41bee3

Analogous Colors of #e341be

#e341be #e3416d #b741e3

Monochromatic Colors of #e341be

#e341be

Complementary Color

#e341be #41e366

#e341be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e341be Color Preview on White Background

Lorem ipsum dolor sit amet.

#e341be Color CSS Codes

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

#e341be Text Font Color

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

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


#e341be Background Color

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

This div background color is #e341be


#e341be Border Color

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

This div border color is #e341be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e341be


Comments

No comments written yet.

Please login to write comment.