Color Hex Logo

#e27be6 Color Hex

#E27BE6
(226,123,230)
0 Favorites   0 Comments

Color spaces of #e27be6

RGB 226123230
HSL0.830.680.69
HSV298°47°90°
CMYK 0.020.470.00   0.10
XYZ52.729936.047879.0417
Yxy36.04780.31420.2148
Hunter Lab60.039851.6977-36.0267
CIE-Lab66.556454.9966-37.4085

#e27be6 color RGB value is (226,123,230).

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

The process color (four color CMYK) of #e27be6 color hex is 0.02, 0.47, 0.00, 0.10. Web safe color of #e27be6 is #cc66ff. Color #e27be6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01111011 11100110
Octal 342 173 346
Decimal 226 123 230
Hex E2 7B E6

RGB Percentages of Color #e27be6

%39.03
%21.24
%39.72

CMYK Percentages of Color #e27be6

%2
%47
%0
%10

Triadic Colors of #e27be6

#e27be6 #e6e27b #7be6e2

Analogous Colors of #e27be6

#e27be6 #e67bb5 #ad7be6

Monochromatic Colors of #e27be6

#e27be6

Complementary Color

#e27be6 #7fe67b

#e27be6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e27be6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e27be6 Color CSS Codes

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

#e27be6 Text Font Color

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

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


#e27be6 Background Color

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

This div background color is #e27be6


#e27be6 Border Color

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

This div border color is #e27be6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e27be6


Comments

No comments written yet.

Please login to write comment.