color codes Logo

#eb3bdc color codes

#EB3BDC
(235,59,220)
0 Favorites   0 Comments

Color spaces of #eb3bdc

RGB 23559220
HSL0.850.810.58
HSV305°75°92°
CMYK 0.000.750.06   0.08
XYZ48.743225.957470.1514
Yxy25.95740.33650.1792
Hunter Lab50.948481.6143-45.9731
CIE-Lab57.996681.2659-45.1580

#eb3bdc color RGB value is (235,59,220).

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

The process color (four color CMYK) of #eb3bdc color code is 0.00, 0.75, 0.06, 0.08. Web safe color of #eb3bdc is #ff33cc. Color #eb3bdc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00111011 11011100
Octal 353 73 334
Decimal 235 59 220
Hex EB 3B DC

RGB Percentages of Color #eb3bdc

%45.72
%11.48
%42.80

CMYK Percentages of Color #eb3bdc

%0
%75
%6
%8

Triadic Colors of #eb3bdc

#eb3bdc #dceb3b #3bdceb

Analogous Colors of #eb3bdc

#eb3bdc #eb3b84 #a23beb

Monochromatic Colors of #eb3bdc

#eb3bdc

Complementary Color

#eb3bdc #3beb4a

#eb3bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb3bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb3bdc Color CSS Codes

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

#eb3bdc Text Font Color

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

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


#eb3bdc Background Color

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

This div background color is #eb3bdc


#eb3bdc Border Color

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

This div border color is #eb3bdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,59,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 #eb3bdc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb3bdc


Comments

No comments written yet.

Please login to write comment.