Color Hex Logo

#eb1fcd Color Hex

#EB1FCD
(235,31,205)
0 Favorites   0 Comments

Color spaces of #eb1fcd

RGB 23531205
HSL0.860.840.52
HSV309°87°92°
CMYK 0.000.870.13   0.08
XYZ45.770423.049959.7943
Yxy23.04990.35590.1792
Hunter Lab48.010386.1541-40.2353
CIE-Lab55.123785.3415-41.1538

#eb1fcd color RGB value is (235,31,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 00011111 11001101
Octal 353 37 315
Decimal 235 31 205
Hex EB 1F CD

RGB Percentages of Color #eb1fcd

%49.89
%6.58
%43.52

CMYK Percentages of Color #eb1fcd

%0
%87
%13
%8

Triadic Colors of #eb1fcd

#eb1fcd #cdeb1f #1fcdeb

Analogous Colors of #eb1fcd

#eb1fcd #eb1f67 #a31feb

Monochromatic Colors of #eb1fcd

#eb1fcd

Complementary Color

#eb1fcd #1feb3d

#eb1fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb1fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb1fcd Color CSS Codes

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

#eb1fcd Text Font Color

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

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


#eb1fcd Background Color

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

This div background color is #eb1fcd


#eb1fcd Border Color

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

This div border color is #eb1fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb1fcd


Comments

No comments written yet.

Please login to write comment.