Color Hex Logo

#e37dcb Color Hex

#E37DCB
(227,125,203)
0 Favorites   0 Comments

Color spaces of #e37dcb

RGB 227125203
HSL0.870.650.69
HSV314°45°89°
CMYK 0.000.450.11   0.11
XYZ49.791735.309960.6911
Yxy35.30990.34150.2422
Hunter Lab59.422145.5821-18.9607
CIE-Lab65.989249.6642-23.2349

#e37dcb color RGB value is (227,125,203).

#e37dcb hex color red value is 227, green value is 125 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #e37dcb hue: 0.87 , saturation: 0.65 and the lightness value of e37dcb is 0.69.

The process color (four color CMYK) of #e37dcb color hex is 0.00, 0.45, 0.11, 0.11. Web safe color of #e37dcb is #cc66cc. Color #e37dcb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01111101 11001011
Octal 343 175 313
Decimal 227 125 203
Hex E3 7D CB

RGB Percentages of Color #e37dcb

%40.90
%22.52
%36.58

CMYK Percentages of Color #e37dcb

%0
%45
%11
%11

Triadic Colors of #e37dcb

#e37dcb #cbe37d #7dcbe3

Analogous Colors of #e37dcb

#e37dcb #e37d98 #c87de3

Monochromatic Colors of #e37dcb

#e37dcb

Complementary Color

#e37dcb #7de395

#e37dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e37dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e37dcb Color CSS Codes

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

#e37dcb Text Font Color

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

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


#e37dcb Background Color

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

This div background color is #e37dcb


#e37dcb Border Color

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

This div border color is #e37dcb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,125,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e37dcb


Comments

No comments written yet.

Please login to write comment.