Color Hex Logo

#e27bde Color Hex

#E27BDE
(226,123,222)
0 Favorites   0 Comments

Color spaces of #e27bde

RGB 226123222
HSL0.840.640.68
HSV302°46°89°
CMYK 0.000.460.02   0.11
XYZ51.631835.608673.2591
Yxy35.60860.32170.2219
Hunter Lab59.672950.0188-31.0179
CIE-Lab66.219853.5757-33.4941

#e27bde color RGB value is (226,123,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01111011 11011110
Octal 342 173 336
Decimal 226 123 222
Hex E2 7B DE

RGB Percentages of Color #e27bde

%39.58
%21.54
%38.88

CMYK Percentages of Color #e27bde

%0
%46
%2
%11

Triadic Colors of #e27bde

#e27bde #dee27b #7bdee2

Analogous Colors of #e27bde

#e27bde #e27bab #b37be2

Monochromatic Colors of #e27bde

#e27bde

Complementary Color

#e27bde #7be27f

#e27bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e27bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#e27bde Color CSS Codes

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

#e27bde Text Font Color

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

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


#e27bde Background Color

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

This div background color is #e27bde


#e27bde Border Color

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

This div border color is #e27bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e27bde


Comments

No comments written yet.

Please login to write comment.