Color Hex Logo

#e27bdf Color Hex

#E27BDF
(226,123,223)
0 Favorites   0 Comments

Color spaces of #e27bdf

RGB 226123223
HSL0.840.640.68
HSV302°46°89°
CMYK 0.000.460.01   0.11
XYZ51.766335.662473.9672
Yxy35.66240.32070.2210
Hunter Lab59.718050.2255-31.6345
CIE-Lab66.261253.7513-33.9856

#e27bdf color RGB value is (226,123,223).

#e27bdf hex color red value is 226, green value is 123 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #e27bdf hue: 0.84 , saturation: 0.64 and the lightness value of e27bdf is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01111011 11011111
Octal 342 173 337
Decimal 226 123 223
Hex E2 7B DF

RGB Percentages of Color #e27bdf

%39.51
%21.50
%38.99

CMYK Percentages of Color #e27bdf

%0
%46
%1
%11

Triadic Colors of #e27bdf

#e27bdf #dfe27b #7bdfe2

Analogous Colors of #e27bdf

#e27bdf #e27bac #b27be2

Monochromatic Colors of #e27bdf

#e27bdf

Complementary Color

#e27bdf #7be27e

#e27bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e27bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e27bdf Color CSS Codes

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

#e27bdf Text Font Color

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

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


#e27bdf Background Color

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

This div background color is #e27bdf


#e27bdf Border Color

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

This div border color is #e27bdf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,123,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e27bdf


Comments

No comments written yet.

Please login to write comment.