Color Hex Logo

#e17ceb Color Hex

#E17CEB
(225,124,235)
0 Favorites   0 Comments

Color spaces of #e17ceb

RGB 225124235
HSL0.820.740.70
HSV295°47°92°
CMYK 0.040.470.00   0.08
XYZ53.254436.421082.8204
Yxy36.42100.30870.2111
Hunter Lab60.349851.9013-39.1211
CIE-Lab66.840455.1305-39.7389

#e17ceb color RGB value is (225,124,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01111100 11101011
Octal 341 174 353
Decimal 225 124 235
Hex E1 7C EB

RGB Percentages of Color #e17ceb

%38.53
%21.23
%40.24

CMYK Percentages of Color #e17ceb

%4
%47
%0
%8

Triadic Colors of #e17ceb

#e17ceb #ebe17c #7cebe1

Analogous Colors of #e17ceb

#e17ceb #eb7cbe #aa7ceb

Monochromatic Colors of #e17ceb

#e17ceb

Complementary Color

#e17ceb #86eb7c

#e17ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e17ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e17ceb Color CSS Codes

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

#e17ceb Text Font Color

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

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


#e17ceb Background Color

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

This div background color is #e17ceb


#e17ceb Border Color

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

This div border color is #e17ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e17ceb


Comments

No comments written yet.

Please login to write comment.