Color Hex Logo

#e295bd Color Hex

#E295BD
(226,149,189)
0 Favorites   0 Comments

Color spaces of #e295bd

RGB 226149189
HSL0.910.570.74
HSV329°34°89°
CMYK 0.000.340.16   0.11
XYZ51.296841.337853.4195
Yxy41.33780.35120.2830
Hunter Lab64.294529.8994-4.2554
CIE-Lab70.411934.6218-8.7544

#e295bd color RGB value is (226,149,189).

#e295bd hex color red value is 226, green value is 149 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #e295bd hue: 0.91 , saturation: 0.57 and the lightness value of e295bd is 0.74.

The process color (four color CMYK) of #e295bd color hex is 0.00, 0.34, 0.16, 0.11. Web safe color of #e295bd is #cc99cc. Color #e295bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10010101 10111101
Octal 342 225 275
Decimal 226 149 189
Hex E2 95 BD

RGB Percentages of Color #e295bd

%40.07
%26.42
%33.51

CMYK Percentages of Color #e295bd

%0
%34
%16
%11

Triadic Colors of #e295bd

#e295bd #bde295 #95bde2

Analogous Colors of #e295bd

#e295bd #e29597 #e195e2

Monochromatic Colors of #e295bd

#e295bd

Complementary Color

#e295bd #95e2ba

#e295bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e295bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e295bd Color CSS Codes

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

#e295bd Text Font Color

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

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


#e295bd Background Color

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

This div background color is #e295bd


#e295bd Border Color

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

This div border color is #e295bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e295bd


Comments

No comments written yet.

Please login to write comment.