Color Hex Logo

#e29bcf Color Hex

#E29BCF
(226,155,207)
0 Favorites   0 Comments

Color spaces of #e29bcf

RGB 226155207
HSL0.880.550.75
HSV316°31°89°
CMYK 0.000.310.08   0.11
XYZ54.347944.116464.6824
Yxy44.11640.33310.2704
Hunter Lab66.420229.8212-11.2446
CIE-Lab72.306234.3729-15.8753

#e29bcf color RGB value is (226,155,207).

#e29bcf hex color red value is 226, green value is 155 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #e29bcf hue: 0.88 , saturation: 0.55 and the lightness value of e29bcf is 0.75.

The process color (four color CMYK) of #e29bcf color hex is 0.00, 0.31, 0.08, 0.11. Web safe color of #e29bcf is #cc99cc. Color #e29bcf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10011011 11001111
Octal 342 233 317
Decimal 226 155 207
Hex E2 9B CF

RGB Percentages of Color #e29bcf

%38.44
%26.36
%35.20

CMYK Percentages of Color #e29bcf

%0
%31
%8
%11

Triadic Colors of #e29bcf

#e29bcf #cfe29b #9bcfe2

Analogous Colors of #e29bcf

#e29bcf #e29bac #d29be2

Monochromatic Colors of #e29bcf

#e29bcf

Complementary Color

#e29bcf #9be2ae

#e29bcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e29bcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e29bcf Color CSS Codes

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

#e29bcf Text Font Color

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

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


#e29bcf Background Color

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

This div background color is #e29bcf


#e29bcf Border Color

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

This div border color is #e29bcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e29bcf


Comments

No comments written yet.

Please login to write comment.