Color Hex Logo

#eb35fb Color Hex

#EB35FB
(235,53,251)
0 Favorites   0 Comments

Color spaces of #eb35fb

RGB 23553251
HSL0.820.960.60
HSV295°79°98°
CMYK 0.060.790.00   0.02
XYZ52.946627.173493.7212
Yxy27.17340.30460.1563
Hunter Lab52.128190.0785-70.1079
CIE-Lab59.134587.5498-60.7069

#eb35fb color RGB value is (235,53,251).

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

The process color (four color CMYK) of #eb35fb color hex is 0.06, 0.79, 0.00, 0.02. Web safe color of #eb35fb is #ff33ff. Color #eb35fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00110101 11111011
Octal 353 65 373
Decimal 235 53 251
Hex EB 35 FB

RGB Percentages of Color #eb35fb

%43.60
%9.83
%46.57

CMYK Percentages of Color #eb35fb

%6
%79
%0
%2

Triadic Colors of #eb35fb

#eb35fb #fbeb35 #35fbeb

Analogous Colors of #eb35fb

#eb35fb #fb35a8 #8835fb

Monochromatic Colors of #eb35fb

#eb35fb

Complementary Color

#eb35fb #45fb35

#eb35fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb35fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb35fb Color CSS Codes

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

#eb35fb Text Font Color

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

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


#eb35fb Background Color

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

This div background color is #eb35fb


#eb35fb Border Color

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

This div border color is #eb35fb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,53,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 #eb35fb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb35fb

Related Colors


Comments

No comments written yet.

Please login to write comment.