Color Hex Logo

#e967bb Color Hex

#E967BB
(233,103,187)
0 Favorites   0 Comments

Color spaces of #e967bb

RGB 233103187
HSL0.890.750.66
HSV321°56°91°
CMYK 0.000.560.20   0.09
XYZ47.424230.612050.4229
Yxy30.61200.36920.2383
Hunter Lab55.328156.1761-15.3039
CIE-Lab62.178759.5964-19.9432

#e967bb color RGB value is (233,103,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01100111 10111011
Octal 351 147 273
Decimal 233 103 187
Hex E9 67 BB

RGB Percentages of Color #e967bb

%44.55
%19.69
%35.76

CMYK Percentages of Color #e967bb

%0
%56
%20
%9

Triadic Colors of #e967bb

#e967bb #bbe967 #67bbe9

Analogous Colors of #e967bb

#e967bb #e9677a #d667e9

Monochromatic Colors of #e967bb

#e967bb

Complementary Color

#e967bb #67e995

#e967bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e967bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e967bb Color CSS Codes

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

#e967bb Text Font Color

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

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


#e967bb Background Color

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

This div background color is #e967bb


#e967bb Border Color

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

This div border color is #e967bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e967bb


Comments

No comments written yet.

Please login to write comment.