Color Hex Logo

#eb07fb Color Hex

#EB07FB
(235,7,251)
0 Favorites   0 Comments

Color spaces of #eb07fb

RGB 2357251
HSL0.820.970.51
HSV296°97°98°
CMYK 0.060.970.00   0.02
XYZ51.749524.779293.3221
Yxy24.77920.30470.1459
Hunter Lab49.778798.4543-76.3082
CIE-Lab56.859794.2309-64.3586

#eb07fb color RGB value is (235,7,251).

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

The process color (four color CMYK) of #eb07fb color hex is 0.06, 0.97, 0.00, 0.02. Web safe color of #eb07fb is #ff00ff. Color #eb07fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00000111 11111011
Octal 353 7 373
Decimal 235 7 251
Hex EB 7 FB

RGB Percentages of Color #eb07fb

%47.67
%1.42
%50.91

CMYK Percentages of Color #eb07fb

%6
%97
%0
%2

Triadic Colors of #eb07fb

#eb07fb #fbeb07 #07fbeb

Analogous Colors of #eb07fb

#eb07fb #fb0791 #7107fb

Monochromatic Colors of #eb07fb

#eb07fb

Complementary Color

#eb07fb #17fb07

#eb07fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb07fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb07fb Color CSS Codes

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

#eb07fb Text Font Color

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

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


#eb07fb Background Color

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

This div background color is #eb07fb


#eb07fb Border Color

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

This div border color is #eb07fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb07fb


Comments

No comments written yet.

Please login to write comment.