Color Hex Logo

#e27ced Color Hex

#E27CED
(226,124,237)
0 Favorites   0 Comments

Color spaces of #e27ced

RGB 226124237
HSL0.820.760.71
HSV294°48°93°
CMYK 0.050.480.00   0.07
XYZ53.857736.698584.3657
Yxy36.69850.30790.2098
Hunter Lab60.579352.6807-40.1647
CIE-Lab67.050255.7766-40.5055

#e27ced color RGB value is (226,124,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01111100 11101101
Octal 342 174 355
Decimal 226 124 237
Hex E2 7C ED

RGB Percentages of Color #e27ced

%38.50
%21.12
%40.37

CMYK Percentages of Color #e27ced

%5
%48
%0
%7

Triadic Colors of #e27ced

#e27ced #ede27c #7cede2

Analogous Colors of #e27ced

#e27ced #ed7cc0 #aa7ced

Monochromatic Colors of #e27ced

#e27ced

Complementary Color

#e27ced #87ed7c

#e27ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e27ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#e27ced Color CSS Codes

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

#e27ced Text Font Color

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

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


#e27ced Background Color

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

This div background color is #e27ced


#e27ced Border Color

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

This div border color is #e27ced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e27ced


Comments

No comments written yet.

Please login to write comment.