Color Hex Logo

#e38ceb Color Hex

#E38CEB
(227,140,235)
0 Favorites   0 Comments

Color spaces of #e38ceb

RGB 227140235
HSL0.820.700.74
HSV295°40°92°
CMYK 0.030.400.00   0.08
XYZ56.052041.085283.5732
Yxy41.08520.31020.2274
Hunter Lab64.097743.9231-32.4363
CIE-Lab70.235647.5911-34.4365

#e38ceb color RGB value is (227,140,235).

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

The process color (four color CMYK) of #e38ceb color hex is 0.03, 0.40, 0.00, 0.08. Web safe color of #e38ceb is #cc99ff. Color #e38ceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 10001100 11101011
Octal 343 214 353
Decimal 227 140 235
Hex E3 8C EB

RGB Percentages of Color #e38ceb

%37.71
%23.26
%39.04

CMYK Percentages of Color #e38ceb

%3
%40
%0
%8

Triadic Colors of #e38ceb

#e38ceb #ebe38c #8cebe3

Analogous Colors of #e38ceb

#e38ceb #eb8cc4 #b48ceb

Monochromatic Colors of #e38ceb

#e38ceb

Complementary Color

#e38ceb #94eb8c

#e38ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e38ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e38ceb Color CSS Codes

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

#e38ceb Text Font Color

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

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


#e38ceb Background Color

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

This div background color is #e38ceb


#e38ceb Border Color

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

This div border color is #e38ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e38ceb


Comments

No comments written yet.

Please login to write comment.