Color Hex Logo

#e341bf Color Hex

#E341BF
(227,65,191)
0 Favorites   0 Comments

Color spaces of #e341bf

RGB 22765191
HSL0.870.740.57
HSV313°71°89°
CMYK 0.000.710.16   0.11
XYZ42.972823.873151.6333
Yxy23.87310.36270.2015
Hunter Lab48.860171.4868-28.4531
CIE-Lab55.960573.5813-31.8926

#e341bf color RGB value is (227,65,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01000001 10111111
Octal 343 101 277
Decimal 227 65 191
Hex E3 41 BF

RGB Percentages of Color #e341bf

%47.00
%13.46
%39.54

CMYK Percentages of Color #e341bf

%0
%71
%16
%11

Triadic Colors of #e341bf

#e341bf #bfe341 #41bfe3

Analogous Colors of #e341bf

#e341bf #e3416e #b641e3

Monochromatic Colors of #e341bf

#e341bf

Complementary Color

#e341bf #41e365

#e341bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e341bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e341bf Color CSS Codes

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

#e341bf Text Font Color

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

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


#e341bf Background Color

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

This div background color is #e341bf


#e341bf Border Color

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

This div border color is #e341bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e341bf


Comments

No comments written yet.

Please login to write comment.