Color Hex Logo

#eb3afc Color Hex

#EB3AFC
(235,58,252)
0 Favorites   0 Comments

Color spaces of #eb3afc

RGB 23558252
HSL0.820.970.61
HSV295°77°99°
CMYK 0.070.770.00   0.01
XYZ53.344727.716694.6337
Yxy27.71660.30360.1578
Hunter Lab52.646688.7356-69.7229
CIE-Lab59.631886.4345-60.4648

#eb3afc color RGB value is (235,58,252).

#eb3afc hex color red value is 235, green value is 58 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #eb3afc hue: 0.82 , saturation: 0.97 and the lightness value of eb3afc is 0.61.

The process color (four color CMYK) of #eb3afc color hex is 0.07, 0.77, 0.00, 0.01. Web safe color of #eb3afc is #ff33ff. Color #eb3afc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00111010 11111100
Octal 353 72 374
Decimal 235 58 252
Hex EB 3A FC

RGB Percentages of Color #eb3afc

%43.12
%10.64
%46.24

CMYK Percentages of Color #eb3afc

%7
%77
%0
%1

Triadic Colors of #eb3afc

#eb3afc #fceb3a #3afceb

Analogous Colors of #eb3afc

#eb3afc #fc3aac #8a3afc

Monochromatic Colors of #eb3afc

#eb3afc

Complementary Color

#eb3afc #4bfc3a

#eb3afc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb3afc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb3afc Color CSS Codes

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

#eb3afc Text Font Color

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

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


#eb3afc Background Color

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

This div background color is #eb3afc


#eb3afc Border Color

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

This div border color is #eb3afc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb3afc


Comments

No comments written yet.

Please login to write comment.