Color Hex Logo

#eb3ec1 Color Hex

#EB3EC1
(235,62,193)
0 Favorites   0 Comments

Color spaces of #eb3ec1

RGB 23562193
HSL0.870.810.58
HSV315°74°92°
CMYK 0.000.740.18   0.08
XYZ45.609224.957752.8655
Yxy24.95770.36950.2022
Hunter Lab49.957775.5368-27.7706
CIE-Lab57.034276.6460-31.2723

#eb3ec1 color RGB value is (235,62,193).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 00111110 11000001
Octal 353 76 301
Decimal 235 62 193
Hex EB 3E C1

RGB Percentages of Color #eb3ec1

%47.96
%12.65
%39.39

CMYK Percentages of Color #eb3ec1

%0
%74
%18
%8

Triadic Colors of #eb3ec1

#eb3ec1 #c1eb3e #3ec1eb

Analogous Colors of #eb3ec1

#eb3ec1 #eb3e6b #bf3eeb

Monochromatic Colors of #eb3ec1

#eb3ec1

Complementary Color

#eb3ec1 #3eeb68

#eb3ec1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb3ec1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb3ec1 Color CSS Codes

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

#eb3ec1 Text Font Color

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

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


#eb3ec1 Background Color

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

This div background color is #eb3ec1


#eb3ec1 Border Color

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

This div border color is #eb3ec1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb3ec1


Comments

No comments written yet.

Please login to write comment.