Color Hex Logo

#eba5e6 Color Hex

#EBA5E6
(235,165,230)
0 Favorites   0 Comments

Color spaces of #eba5e6

RGB 235165230
HSL0.850.640.78
HSV304°30°92°
CMYK 0.000.300.02   0.08
XYZ61.999050.285681.3013
Yxy50.28560.32030.2598
Hunter Lab70.912331.9668-18.3376
CIE-Lab76.244236.0250-22.4022

#eba5e6 color RGB value is (235,165,230).

#eba5e6 hex color red value is 235, green value is 165 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #eba5e6 hue: 0.85 , saturation: 0.64 and the lightness value of eba5e6 is 0.78.

The process color (four color CMYK) of #eba5e6 color hex is 0.00, 0.30, 0.02, 0.08. Web safe color of #eba5e6 is #ff99ff. Color #eba5e6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10100101 11100110
Octal 353 245 346
Decimal 235 165 230
Hex EB A5 E6

RGB Percentages of Color #eba5e6

%37.30
%26.19
%36.51

CMYK Percentages of Color #eba5e6

%0
%30
%2
%8

Triadic Colors of #eba5e6

#eba5e6 #e6eba5 #a5e6eb

Analogous Colors of #eba5e6

#eba5e6 #eba5c3 #cda5eb

Monochromatic Colors of #eba5e6

#eba5e6

Complementary Color

#eba5e6 #a5ebaa

#eba5e6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eba5e6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eba5e6 Color CSS Codes

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

#eba5e6 Text Font Color

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

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


#eba5e6 Background Color

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

This div background color is #eba5e6


#eba5e6 Border Color

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

This div border color is #eba5e6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eba5e6


Comments

No comments written yet.

Please login to write comment.