Color Hex Logo

#eb6cdc Color Hex

#EB6CDC
(235,108,220)
0 Favorites   0 Comments

Color spaces of #eb6cdc

RGB 235108220
HSL0.850.760.67
HSV307°54°92°
CMYK 0.000.540.06   0.08
XYZ52.541833.554671.4176
Yxy33.55460.33360.2130
Hunter Lab57.926360.5365-32.5504
CIE-Lab64.607562.9081-34.7930

#eb6cdc color RGB value is (235,108,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01101100 11011100
Octal 353 154 334
Decimal 235 108 220
Hex EB 6C DC

RGB Percentages of Color #eb6cdc

%41.74
%19.18
%39.08

CMYK Percentages of Color #eb6cdc

%0
%54
%6
%8

Triadic Colors of #eb6cdc

#eb6cdc #dceb6c #6cdceb

Analogous Colors of #eb6cdc

#eb6cdc #eb6c9d #bb6ceb

Monochromatic Colors of #eb6cdc

#eb6cdc

Complementary Color

#eb6cdc #6ceb7b

#eb6cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb6cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb6cdc Color CSS Codes

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

#eb6cdc Text Font Color

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

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


#eb6cdc Background Color

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

This div background color is #eb6cdc


#eb6cdc Border Color

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

This div border color is #eb6cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb6cdc


Comments

No comments written yet.

Please login to write comment.