Color Hex Logo

#e27bec Color Hex

#E27BEC
(226,123,236)
0 Favorites   0 Comments

Color spaces of #e27bec

RGB 226123236
HSL0.820.750.70
HSV295°48°93°
CMYK 0.040.480.00   0.07
XYZ53.587336.390883.5566
Yxy36.39080.30880.2097
Hunter Lab60.324852.9955-39.8960
CIE-Lab66.817556.0863-40.3177

#e27bec color RGB value is (226,123,236).

#e27bec hex color red value is 226, green value is 123 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #e27bec hue: 0.82 , saturation: 0.75 and the lightness value of e27bec is 0.70.

The process color (four color CMYK) of #e27bec color hex is 0.04, 0.48, 0.00, 0.07. Web safe color of #e27bec is #cc66ff. Color #e27bec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01111011 11101100
Octal 342 173 354
Decimal 226 123 236
Hex E2 7B EC

RGB Percentages of Color #e27bec

%38.63
%21.03
%40.34

CMYK Percentages of Color #e27bec

%4
%48
%0
%7

Triadic Colors of #e27bec

#e27bec #ece27b #7bece2

Analogous Colors of #e27bec

#e27bec #ec7bbe #aa7bec

Monochromatic Colors of #e27bec

#e27bec

Complementary Color

#e27bec #85ec7b

#e27bec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e27bec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e27bec Color CSS Codes

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

#e27bec Text Font Color

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

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


#e27bec Background Color

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

This div background color is #e27bec


#e27bec Border Color

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

This div border color is #e27bec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e27bec


Comments

No comments written yet.

Please login to write comment.