Color Hex Logo

#e926bb Color Hex

#E926BB
(233,38,187)
0 Favorites   0 Comments

Color spaces of #e926bb

RGB 23338187
HSL0.870.820.53
HSV314°84°91°
CMYK 0.000.840.20   0.09
XYZ43.267022.297749.0372
Yxy22.29770.37750.1946
Hunter Lab47.220480.9197-28.5168
CIE-Lab54.341581.4338-32.0251

#e926bb color RGB value is (233,38,187).

#e926bb hex color red value is 233, green value is 38 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #e926bb hue: 0.87 , saturation: 0.82 and the lightness value of e926bb is 0.53.

The process color (four color CMYK) of #e926bb color hex is 0.00, 0.84, 0.20, 0.09. Web safe color of #e926bb is #ff33cc. Color #e926bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 00100110 10111011
Octal 351 46 273
Decimal 233 38 187
Hex E9 26 BB

RGB Percentages of Color #e926bb

%50.87
%8.30
%40.83

CMYK Percentages of Color #e926bb

%0
%84
%20
%9

Triadic Colors of #e926bb

#e926bb #bbe926 #26bbe9

Analogous Colors of #e926bb

#e926bb #e9265a #b626e9

Monochromatic Colors of #e926bb

#e926bb

Complementary Color

#e926bb #26e954

#e926bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e926bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e926bb Color CSS Codes

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

#e926bb Text Font Color

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

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


#e926bb Background Color

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

This div background color is #e926bb


#e926bb Border Color

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

This div border color is #e926bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(233,38,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e926bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e926bb;
  -webkit-box-shadow: 1px 1px 3px 2px #e926bb;
  box-shadow:         1px 1px 3px 2px #e926bb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(233,38,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e926bb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e926bb


Comments

No comments written yet.

Please login to write comment.