Color Hex Logo

#eb7adf Color Hex

#EB7ADF
(235,122,223)
0 Favorites   0 Comments

Color spaces of #eb7adf

RGB 235122223
HSL0.850.740.70
HSV306°48°92°
CMYK 0.000.480.05   0.08
XYZ54.539836.908974.0616
Yxy36.90890.32950.2230
Hunter Lab60.752753.9284-29.7516
CIE-Lab67.208656.8332-32.4268

#eb7adf color RGB value is (235,122,223).

#eb7adf hex color red value is 235, green value is 122 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #eb7adf hue: 0.85 , saturation: 0.74 and the lightness value of eb7adf is 0.70.

The process color (four color CMYK) of #eb7adf color hex is 0.00, 0.48, 0.05, 0.08. Web safe color of #eb7adf is #ff66cc. Color #eb7adf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01111010 11011111
Octal 353 172 337
Decimal 235 122 223
Hex EB 7A DF

RGB Percentages of Color #eb7adf

%40.52
%21.03
%38.45

CMYK Percentages of Color #eb7adf

%0
%48
%5
%8

Triadic Colors of #eb7adf

#eb7adf #dfeb7a #7adfeb

Analogous Colors of #eb7adf

#eb7adf #eb7aa7 #bf7aeb

Monochromatic Colors of #eb7adf

#eb7adf

Complementary Color

#eb7adf #7aeb86

#eb7adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb7adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb7adf Color CSS Codes

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

#eb7adf Text Font Color

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

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


#eb7adf Background Color

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

This div background color is #eb7adf


#eb7adf Border Color

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

This div border color is #eb7adf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb7adf


Comments

No comments written yet.

Please login to write comment.