Color Hex Logo

#eb5adc Color Hex

#EB5ADC
(235,90,220)
0 Favorites   0 Comments

Color spaces of #eb5adc

RGB 23590220
HSL0.850.780.64
HSV306°62°92°
CMYK 0.000.620.06   0.08
XYZ50.835430.141870.8488
Yxy30.14180.33480.1985
Hunter Lab54.901569.2021-38.0809
CIE-Lab61.776470.6198-39.2117

#eb5adc color RGB value is (235,90,220).

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

The process color (four color CMYK) of #eb5adc color hex is 0.00, 0.62, 0.06, 0.08. Web safe color of #eb5adc is #ff66cc. Color #eb5adc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01011010 11011100
Octal 353 132 334
Decimal 235 90 220
Hex EB 5A DC

RGB Percentages of Color #eb5adc

%43.12
%16.51
%40.37

CMYK Percentages of Color #eb5adc

%0
%62
%6
%8

Triadic Colors of #eb5adc

#eb5adc #dceb5a #5adceb

Analogous Colors of #eb5adc

#eb5adc #eb5a94 #b25aeb

Monochromatic Colors of #eb5adc

#eb5adc

Complementary Color

#eb5adc #5aeb69

#eb5adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb5adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb5adc Color CSS Codes

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

#eb5adc Text Font Color

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

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


#eb5adc Background Color

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

This div background color is #eb5adc


#eb5adc Border Color

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

This div border color is #eb5adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb5adc


Comments

No comments written yet.

Please login to write comment.