Color Hex Logo

#e27bd6 Color Hex

#E27BD6
(226,123,214)
0 Favorites   0 Comments

Color spaces of #e27bd6

RGB 226123214
HSL0.850.640.68
HSV307°46°89°
CMYK 0.000.460.05   0.11
XYZ50.584635.189767.7445
Yxy35.18970.32950.2292
Hunter Lab59.320948.4004-26.1846
CIE-Lab65.896152.1939-29.5396

#e27bd6 color RGB value is (226,123,214).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01111011 11010110
Octal 342 173 326
Decimal 226 123 214
Hex E2 7B D6

RGB Percentages of Color #e27bd6

%40.14
%21.85
%38.01

CMYK Percentages of Color #e27bd6

%0
%46
%5
%11

Triadic Colors of #e27bd6

#e27bd6 #d6e27b #7bd6e2

Analogous Colors of #e27bd6

#e27bd6 #e27ba3 #bb7be2

Monochromatic Colors of #e27bd6

#e27bd6

Complementary Color

#e27bd6 #7be287

#e27bd6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e27bd6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e27bd6 Color CSS Codes

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

#e27bd6 Text Font Color

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

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


#e27bd6 Background Color

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

This div background color is #e27bd6


#e27bd6 Border Color

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

This div border color is #e27bd6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e27bd6


Comments

No comments written yet.

Please login to write comment.