Color Hex Logo

#eb71ef Color Hex

#EB71EF
(235,113,239)
0 Favorites   0 Comments

Color spaces of #eb71ef

RGB 235113239
HSL0.830.800.69
HSV298°53°94°
CMYK 0.020.530.00   0.06
XYZ55.746135.704485.6149
Yxy35.70440.31480.2016
Hunter Lab59.753261.9617-43.1241
CIE-Lab66.293463.8189-42.7125

#eb71ef color RGB value is (235,113,239).

#eb71ef hex color red value is 235, green value is 113 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #eb71ef hue: 0.83 , saturation: 0.80 and the lightness value of eb71ef is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01110001 11101111
Octal 353 161 357
Decimal 235 113 239
Hex EB 71 EF

RGB Percentages of Color #eb71ef

%40.03
%19.25
%40.72

CMYK Percentages of Color #eb71ef

%2
%53
%0
%6

Triadic Colors of #eb71ef

#eb71ef #efeb71 #71efeb

Analogous Colors of #eb71ef

#eb71ef #ef71b4 #ac71ef

Monochromatic Colors of #eb71ef

#eb71ef

Complementary Color

#eb71ef #75ef71

#eb71ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb71ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb71ef Color CSS Codes

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

#eb71ef Text Font Color

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

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


#eb71ef Background Color

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

This div background color is #eb71ef


#eb71ef Border Color

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

This div border color is #eb71ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb71ef


Comments

No comments written yet.

Please login to write comment.