Color Hex Logo

#eb3dcd Color Hex

#EB3DCD
(235,61,205)
0 Favorites   0 Comments

Color spaces of #eb3dcd

RGB 23561205
HSL0.860.810.58
HSV310°74°92°
CMYK 0.000.740.13   0.08
XYZ46.949125.407460.1872
Yxy25.40740.35420.1917
Hunter Lab50.405878.0490-35.5114
CIE-Lab57.470278.5629-37.4660

#eb3dcd color RGB value is (235,61,205).

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

The process color (four color CMYK) of #eb3dcd color hex is 0.00, 0.74, 0.13, 0.08. Web safe color of #eb3dcd is #ff33cc. Color #eb3dcd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00111101 11001101
Octal 353 75 315
Decimal 235 61 205
Hex EB 3D CD

RGB Percentages of Color #eb3dcd

%46.91
%12.18
%40.92

CMYK Percentages of Color #eb3dcd

%0
%74
%13
%8

Triadic Colors of #eb3dcd

#eb3dcd #cdeb3d #3dcdeb

Analogous Colors of #eb3dcd

#eb3dcd #eb3d76 #b23deb

Monochromatic Colors of #eb3dcd

#eb3dcd

Complementary Color

#eb3dcd #3deb5b

#eb3dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb3dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb3dcd Color CSS Codes

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

#eb3dcd Text Font Color

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

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


#eb3dcd Background Color

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

This div background color is #eb3dcd


#eb3dcd Border Color

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

This div border color is #eb3dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb3dcd


Comments

No comments written yet.

Please login to write comment.