Color Hex Logo

#eb0acf Color Hex

#EB0ACF
(235,10,207)
0 Favorites   0 Comments

Color spaces of #eb0acf

RGB 23510207
HSL0.850.920.48
HSV307°96°92°
CMYK 0.000.960.12   0.08
XYZ45.632022.384260.9470
Yxy22.38420.35380.1736
Hunter Lab47.311989.3660-43.2587
CIE-Lab54.432387.9263-43.3916

#eb0acf color RGB value is (235,10,207).

#eb0acf hex color red value is 235, green value is 10 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #eb0acf hue: 0.85 , saturation: 0.92 and the lightness value of eb0acf is 0.48.

The process color (four color CMYK) of #eb0acf color hex is 0.00, 0.96, 0.12, 0.08. Web safe color of #eb0acf is #ff00cc. Color #eb0acf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00001010 11001111
Octal 353 12 317
Decimal 235 10 207
Hex EB A CF

RGB Percentages of Color #eb0acf

%51.99
%2.21
%45.80

CMYK Percentages of Color #eb0acf

%0
%96
%12
%8

Triadic Colors of #eb0acf

#eb0acf #cfeb0a #0acfeb

Analogous Colors of #eb0acf

#eb0acf #eb0a5f #970aeb

Monochromatic Colors of #eb0acf

#eb0acf

Complementary Color

#eb0acf #0aeb26

#eb0acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb0acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb0acf Color CSS Codes

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

#eb0acf Text Font Color

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

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


#eb0acf Background Color

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

This div background color is #eb0acf


#eb0acf Border Color

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

This div border color is #eb0acf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb0acf


Comments

No comments written yet.

Please login to write comment.