Color Hex Logo

#eb92da Color Hex

#EB92DA
(235,146,218)
0 Favorites   0 Comments

Color spaces of #eb92da

RGB 235146218
HSL0.870.690.75
HSV311°38°92°
CMYK 0.000.380.07   0.08
XYZ57.194743.281971.6694
Yxy43.28190.33220.2514
Hunter Lab65.789040.0511-18.5372
CIE-Lab71.745943.9113-22.6894

#eb92da color RGB value is (235,146,218).

#eb92da hex color red value is 235, green value is 146 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #eb92da hue: 0.87 , saturation: 0.69 and the lightness value of eb92da is 0.75.

The process color (four color CMYK) of #eb92da color hex is 0.00, 0.38, 0.07, 0.08. Web safe color of #eb92da is #ff99cc. Color #eb92da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10010010 11011010
Octal 353 222 332
Decimal 235 146 218
Hex EB 92 DA

RGB Percentages of Color #eb92da

%39.23
%24.37
%36.39

CMYK Percentages of Color #eb92da

%0
%38
%7
%8

Triadic Colors of #eb92da

#eb92da #daeb92 #92daeb

Analogous Colors of #eb92da

#eb92da #eb92ae #d092eb

Monochromatic Colors of #eb92da

#eb92da

Complementary Color

#eb92da #92eba3

#eb92da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb92da Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb92da Color CSS Codes

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

#eb92da Text Font Color

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

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


#eb92da Background Color

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

This div background color is #eb92da


#eb92da Border Color

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

This div border color is #eb92da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb92da


Comments

No comments written yet.

Please login to write comment.