Color Hex Logo

#eb648f Color Hex

#EB648F
(235,100,143)
0 Favorites   0 Comments

Color spaces of #eb648f

RGB 235100143
HSL0.950.770.66
HSV341°57°92°
CMYK 0.000.570.39   0.08
XYZ43.776028.759729.2305
Yxy28.75970.43020.2826
Hunter Lab53.628151.85845.2231
CIE-Lab60.569056.09342.9959

#eb648f color RGB value is (235,100,143).

#eb648f hex color red value is 235, green value is 100 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #eb648f hue: 0.95 , saturation: 0.77 and the lightness value of eb648f is 0.66.

The process color (four color CMYK) of #eb648f color hex is 0.00, 0.57, 0.39, 0.08. Web safe color of #eb648f is #ff6699. Color #eb648f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01100100 10001111
Octal 353 144 217
Decimal 235 100 143
Hex EB 64 8F

RGB Percentages of Color #eb648f

%49.16
%20.92
%29.92

CMYK Percentages of Color #eb648f

%0
%57
%39
%8

Triadic Colors of #eb648f

#eb648f #8feb64 #648feb

Analogous Colors of #eb648f

#eb648f #eb7d64 #eb64d3

Monochromatic Colors of #eb648f

#eb648f

Complementary Color

#eb648f #64ebc0

#eb648f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb648f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb648f Color CSS Codes

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

#eb648f Text Font Color

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

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


#eb648f Background Color

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

This div background color is #eb648f


#eb648f Border Color

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

This div border color is #eb648f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb648f


Comments

No comments written yet.

Please login to write comment.