Color Hex Logo

#e27ceb Color Hex

#E27CEB
(226,124,235)
0 Favorites   0 Comments

Color spaces of #e27ceb

RGB 226124235
HSL0.820.740.70
HSV295°47°92°
CMYK 0.040.470.00   0.08
XYZ53.567136.582282.8350
Yxy36.58220.30970.2115
Hunter Lab60.483252.2433-38.8626
CIE-Lab66.962455.4097-39.5392

#e27ceb color RGB value is (226,124,235).

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

The process color (four color CMYK) of #e27ceb color hex is 0.04, 0.47, 0.00, 0.08. Web safe color of #e27ceb is #cc66ff. Color #e27ceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01111100 11101011
Octal 342 174 353
Decimal 226 124 235
Hex E2 7C EB

RGB Percentages of Color #e27ceb

%38.63
%21.20
%40.17

CMYK Percentages of Color #e27ceb

%4
%47
%0
%8

Triadic Colors of #e27ceb

#e27ceb #ebe27c #7cebe2

Analogous Colors of #e27ceb

#e27ceb #eb7cbd #ab7ceb

Monochromatic Colors of #e27ceb

#e27ceb

Complementary Color

#e27ceb #85eb7c

#e27ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e27ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e27ceb Color CSS Codes

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

#e27ceb Text Font Color

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

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


#e27ceb Background Color

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

This div background color is #e27ceb


#e27ceb Border Color

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

This div border color is #e27ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e27ceb


Comments

No comments written yet.

Please login to write comment.