Color Hex Logo

#eba1d8 Color Hex

#EBA1D8
(235,161,216)
0 Favorites   0 Comments

Color spaces of #eba1d8

RGB 235161216
HSL0.880.650.78
HSV315°31°92°
CMYK 0.000.310.08   0.08
XYZ59.400548.109871.1211
Yxy48.10980.33250.2693
Hunter Lab69.361231.4841-12.2415
CIE-Lab74.894135.6996-16.8166

#eba1d8 color RGB value is (235,161,216).

#eba1d8 hex color red value is 235, green value is 161 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #eba1d8 hue: 0.88 , saturation: 0.65 and the lightness value of eba1d8 is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10100001 11011000
Octal 353 241 330
Decimal 235 161 216
Hex EB A1 D8

RGB Percentages of Color #eba1d8

%38.40
%26.31
%35.29

CMYK Percentages of Color #eba1d8

%0
%31
%8
%8

Triadic Colors of #eba1d8

#eba1d8 #d8eba1 #a1d8eb

Analogous Colors of #eba1d8

#eba1d8 #eba1b3 #d9a1eb

Monochromatic Colors of #eba1d8

#eba1d8

Complementary Color

#eba1d8 #a1ebb4

#eba1d8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eba1d8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eba1d8 Color CSS Codes

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

#eba1d8 Text Font Color

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

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


#eba1d8 Background Color

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

This div background color is #eba1d8


#eba1d8 Border Color

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

This div border color is #eba1d8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eba1d8


Comments

No comments written yet.

Please login to write comment.