Color Hex Logo

#e83dbc Color Hex

#E83DBC
(232,61,188)
0 Favorites   0 Comments

Color spaces of #e83dbc

RGB 23261188
HSL0.880.790.57
HSV315°74°91°
CMYK 0.000.740.19   0.09
XYZ44.024624.124149.9130
Yxy24.12410.37290.2043
Hunter Lab49.116374.0421-25.8703
CIE-Lab56.211875.6037-29.7075

#e83dbc color RGB value is (232,61,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 00111101 10111100
Octal 350 75 274
Decimal 232 61 188
Hex E8 3D BC

RGB Percentages of Color #e83dbc

%48.23
%12.68
%39.09

CMYK Percentages of Color #e83dbc

%0
%74
%19
%9

Triadic Colors of #e83dbc

#e83dbc #bce83d #3dbce8

Analogous Colors of #e83dbc

#e83dbc #e83d67 #bf3de8

Monochromatic Colors of #e83dbc

#e83dbc

Complementary Color

#e83dbc #3de869

#e83dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e83dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e83dbc Color CSS Codes

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

#e83dbc Text Font Color

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

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


#e83dbc Background Color

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

This div background color is #e83dbc


#e83dbc Border Color

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

This div border color is #e83dbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,61,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e83dbc


Comments

No comments written yet.

Please login to write comment.