Color Hex Logo

#e27dbf Color Hex

#E27DBF
(226,125,191)
0 Favorites   0 Comments

Color spaces of #e27dbf

RGB 226125191
HSL0.890.640.69
HSV321°45°89°
CMYK 0.000.450.15   0.11
XYZ48.101634.597653.4330
Yxy34.59760.35330.2541
Hunter Lab58.819743.0392-12.6864
CIE-Lab65.434247.4436-17.3501

#e27dbf color RGB value is (226,125,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01111101 10111111
Octal 342 175 277
Decimal 226 125 191
Hex E2 7D BF

RGB Percentages of Color #e27dbf

%41.70
%23.06
%35.24

CMYK Percentages of Color #e27dbf

%0
%45
%15
%11

Triadic Colors of #e27dbf

#e27dbf #bfe27d #7dbfe2

Analogous Colors of #e27dbf

#e27dbf #e27d8d #d37de2

Monochromatic Colors of #e27dbf

#e27dbf

Complementary Color

#e27dbf #7de2a0

#e27dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e27dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e27dbf Color CSS Codes

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

#e27dbf Text Font Color

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

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


#e27dbf Background Color

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

This div background color is #e27dbf


#e27dbf Border Color

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

This div border color is #e27dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e27dbf


Comments

No comments written yet.

Please login to write comment.