Color Hex Logo

#e969bb Color Hex

#E969BB
(233,105,187)
0 Favorites   0 Comments

Color spaces of #e969bb

RGB 233105187
HSL0.890.740.66
HSV322°55°91°
CMYK 0.000.550.20   0.09
XYZ47.625531.014650.4900
Yxy31.01460.36880.2402
Hunter Lab55.690855.1904-14.7696
CIE-Lab62.520058.6859-19.4234

#e969bb color RGB value is (233,105,187).

#e969bb hex color red value is 233, green value is 105 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #e969bb hue: 0.89 , saturation: 0.74 and the lightness value of e969bb is 0.66.

The process color (four color CMYK) of #e969bb color hex is 0.00, 0.55, 0.20, 0.09. Web safe color of #e969bb is #ff66cc. Color #e969bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01101001 10111011
Octal 351 151 273
Decimal 233 105 187
Hex E9 69 BB

RGB Percentages of Color #e969bb

%44.38
%20.00
%35.62

CMYK Percentages of Color #e969bb

%0
%55
%20
%9

Triadic Colors of #e969bb

#e969bb #bbe969 #69bbe9

Analogous Colors of #e969bb

#e969bb #e9697b #d769e9

Monochromatic Colors of #e969bb

#e969bb

Complementary Color

#e969bb #69e997

#e969bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e969bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e969bb Color CSS Codes

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

#e969bb Text Font Color

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

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


#e969bb Background Color

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

This div background color is #e969bb


#e969bb Border Color

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

This div border color is #e969bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(233,105,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e969bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e969bb;
  -webkit-box-shadow: 1px 1px 3px 2px #e969bb;
  box-shadow:         1px 1px 3px 2px #e969bb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(233,105,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e969bb


Comments

No comments written yet.

Please login to write comment.