Color Hex Logo

#e17ced Color Hex

#E17CED
(225,124,237)
0 Favorites   0 Comments

Color spaces of #e17ced

RGB 225124237
HSL0.820.760.71
HSV294°48°93°
CMYK 0.050.480.00   0.07
XYZ53.545136.537384.3510
Yxy36.53730.30700.2095
Hunter Lab60.446152.3404-40.4254
CIE-Lab66.928455.4995-40.7048

#e17ced color RGB value is (225,124,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01111100 11101101
Octal 341 174 355
Decimal 225 124 237
Hex E1 7C ED

RGB Percentages of Color #e17ced

%38.40
%21.16
%40.44

CMYK Percentages of Color #e17ced

%5
%48
%0
%7

Triadic Colors of #e17ced

#e17ced #ede17c #7cede1

Analogous Colors of #e17ced

#e17ced #ed7cc1 #a97ced

Monochromatic Colors of #e17ced

#e17ced

Complementary Color

#e17ced #88ed7c

#e17ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e17ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#e17ced Color CSS Codes

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

#e17ced Text Font Color

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

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


#e17ced Background Color

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

This div background color is #e17ced


#e17ced Border Color

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

This div border color is #e17ced


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,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 #e17ced">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e17ced


Comments

No comments written yet.

Please login to write comment.