Color Hex Logo

#e83dbb Color Hex

#E83DBB
(232,61,187)
0 Favorites   0 Comments

Color spaces of #e83dbb

RGB 23261187
HSL0.880.790.57
HSV316°74°91°
CMYK 0.000.740.19   0.09
XYZ43.917124.081149.3471
Yxy24.08110.37430.2052
Hunter Lab49.072573.8705-25.2710
CIE-Lab56.168975.4737-29.1965

#e83dbb color RGB value is (232,61,187).

#e83dbb hex color red value is 232, green value is 61 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #e83dbb hue: 0.88 , saturation: 0.79 and the lightness value of e83dbb is 0.57.

The process color (four color CMYK) of #e83dbb color hex is 0.00, 0.74, 0.19, 0.09. Web safe color of #e83dbb is #ff33cc. Color #e83dbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 00111101 10111011
Octal 350 75 273
Decimal 232 61 187
Hex E8 3D BB

RGB Percentages of Color #e83dbb

%48.33
%12.71
%38.96

CMYK Percentages of Color #e83dbb

%0
%74
%19
%9

Triadic Colors of #e83dbb

#e83dbb #bbe83d #3dbbe8

Analogous Colors of #e83dbb

#e83dbb #e83d66 #c03de8

Monochromatic Colors of #e83dbb

#e83dbb

Complementary Color

#e83dbb #3de86a

#e83dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e83dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e83dbb Color CSS Codes

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

#e83dbb Text Font Color

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

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


#e83dbb Background Color

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

This div background color is #e83dbb


#e83dbb Border Color

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

This div border color is #e83dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e83dbb


Comments

No comments written yet.

Please login to write comment.