Color Hex Logo

#eb71fa Color Hex

#EB71FA
(235,113,250)
0 Favorites   0 Comments

Color spaces of #eb71fa

RGB 235113250
HSL0.820.930.71
HSV293°55°98°
CMYK 0.060.550.00   0.02
XYZ57.421436.374594.4370
Yxy36.37450.30510.1932
Hunter Lab60.311364.4023-50.6200
CIE-Lab66.805165.7649-47.9648

#eb71fa color RGB value is (235,113,250).

#eb71fa hex color red value is 235, green value is 113 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #eb71fa hue: 0.82 , saturation: 0.93 and the lightness value of eb71fa is 0.71.

The process color (four color CMYK) of #eb71fa color hex is 0.06, 0.55, 0.00, 0.02. Web safe color of #eb71fa is #ff66ff. Color #eb71fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01110001 11111010
Octal 353 161 372
Decimal 235 113 250
Hex EB 71 FA

RGB Percentages of Color #eb71fa

%39.30
%18.90
%41.81

CMYK Percentages of Color #eb71fa

%6
%55
%0
%2

Triadic Colors of #eb71fa

#eb71fa #faeb71 #71faeb

Analogous Colors of #eb71fa

#eb71fa #fa71c5 #a771fa

Monochromatic Colors of #eb71fa

#eb71fa

Complementary Color

#eb71fa #80fa71

#eb71fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb71fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb71fa Color CSS Codes

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

#eb71fa Text Font Color

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

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


#eb71fa Background Color

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

This div background color is #eb71fa


#eb71fa Border Color

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

This div border color is #eb71fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb71fa


Comments

No comments written yet.

Please login to write comment.