Color Hex Logo

#e964be Color Hex

#E964BE
(233,100,190)
0 Favorites   0 Comments

Color spaces of #e964be

RGB 233100190
HSL0.890.750.65
HSV319°57°91°
CMYK 0.000.570.18   0.09
XYZ47.455730.155752.0346
Yxy30.15570.36600.2326
Hunter Lab54.914258.1561-17.7410
CIE-Lab61.788361.3669-22.2476

#e964be color RGB value is (233,100,190).

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

The process color (four color CMYK) of #e964be color hex is 0.00, 0.57, 0.18, 0.09. Web safe color of #e964be is #ff66cc. Color #e964be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01100100 10111110
Octal 351 144 276
Decimal 233 100 190
Hex E9 64 BE

RGB Percentages of Color #e964be

%44.55
%19.12
%36.33

CMYK Percentages of Color #e964be

%0
%57
%18
%9

Triadic Colors of #e964be

#e964be #bee964 #64bee9

Analogous Colors of #e964be

#e964be #e9647c #d264e9

Monochromatic Colors of #e964be

#e964be

Complementary Color

#e964be #64e98f

#e964be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e964be Color Preview on White Background

Lorem ipsum dolor sit amet.

#e964be Color CSS Codes

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

#e964be Text Font Color

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

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


#e964be Background Color

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

This div background color is #e964be


#e964be Border Color

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

This div border color is #e964be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e964be


Comments

No comments written yet.

Please login to write comment.