Color Hex Logo

#eb68bf Color Hex

#EB68BF
(235,104,191)
0 Favorites   0 Comments

Color spaces of #eb68bf

RGB 235104191
HSL0.890.770.66
HSV320°56°92°
CMYK 0.000.560.19   0.08
XYZ48.615231.324452.7741
Yxy31.32440.36630.2360
Hunter Lab55.968257.1046-16.7286
CIE-Lab62.780560.2948-21.2742

#eb68bf color RGB value is (235,104,191).

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

The process color (four color CMYK) of #eb68bf color hex is 0.00, 0.56, 0.19, 0.08. Web safe color of #eb68bf is #ff66cc. Color #eb68bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01101000 10111111
Octal 353 150 277
Decimal 235 104 191
Hex EB 68 BF

RGB Percentages of Color #eb68bf

%44.34
%19.62
%36.04

CMYK Percentages of Color #eb68bf

%0
%56
%19
%8

Triadic Colors of #eb68bf

#eb68bf #bfeb68 #68bfeb

Analogous Colors of #eb68bf

#eb68bf #eb687e #d668eb

Monochromatic Colors of #eb68bf

#eb68bf

Complementary Color

#eb68bf #68eb94

#eb68bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb68bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb68bf Color CSS Codes

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

#eb68bf Text Font Color

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

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


#eb68bf Background Color

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

This div background color is #eb68bf


#eb68bf Border Color

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

This div border color is #eb68bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb68bf


Comments

No comments written yet.

Please login to write comment.