Color Hex Logo

#e283bf Color Hex

#E283BF
(226,131,191)
0 Favorites   0 Comments

Color spaces of #e283bf

RGB 226131191
HSL0.890.620.70
HSV322°42°89°
CMYK 0.000.420.15   0.11
XYZ48.884336.162953.6939
Yxy36.16290.35230.2607
Hunter Lab60.135639.8656-10.8440
CIE-Lab66.644244.3775-15.5201

#e283bf color RGB value is (226,131,191).

#e283bf hex color red value is 226, green value is 131 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #e283bf hue: 0.89 , saturation: 0.62 and the lightness value of e283bf is 0.70.

The process color (four color CMYK) of #e283bf color hex is 0.00, 0.42, 0.15, 0.11. Web safe color of #e283bf is #cc99cc. Color #e283bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10000011 10111111
Octal 342 203 277
Decimal 226 131 191
Hex E2 83 BF

RGB Percentages of Color #e283bf

%41.24
%23.91
%34.85

CMYK Percentages of Color #e283bf

%0
%42
%15
%11

Triadic Colors of #e283bf

#e283bf #bfe283 #83bfe2

Analogous Colors of #e283bf

#e283bf #e28390 #d683e2

Monochromatic Colors of #e283bf

#e283bf

Complementary Color

#e283bf #83e2a6

#e283bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e283bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e283bf Color CSS Codes

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

#e283bf Text Font Color

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

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


#e283bf Background Color

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

This div background color is #e283bf


#e283bf Border Color

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

This div border color is #e283bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e283bf


Comments

No comments written yet.

Please login to write comment.