Color Hex Logo

#eb5dfc Color Hex

#EB5DFC
(235,93,252)
0 Favorites   0 Comments

Color spaces of #eb5dfc

RGB 23593252
HSL0.820.960.68
HSV294°63°99°
CMYK 0.070.630.00   0.01
XYZ55.746032.519195.4341
Yxy32.51910.30350.1770
Hunter Lab57.025574.7002-59.3059
CIE-Lab63.769674.6972-53.8673

#eb5dfc color RGB value is (235,93,252).

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

The process color (four color CMYK) of #eb5dfc color hex is 0.07, 0.63, 0.00, 0.01. Web safe color of #eb5dfc is #ff66ff. Color #eb5dfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01011101 11111100
Octal 353 135 374
Decimal 235 93 252
Hex EB 5D FC

RGB Percentages of Color #eb5dfc

%40.52
%16.03
%43.45

CMYK Percentages of Color #eb5dfc

%7
%63
%0
%1

Triadic Colors of #eb5dfc

#eb5dfc #fceb5d #5dfceb

Analogous Colors of #eb5dfc

#eb5dfc #fc5dbe #9c5dfc

Monochromatic Colors of #eb5dfc

#eb5dfc

Complementary Color

#eb5dfc #6efc5d

#eb5dfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb5dfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb5dfc Color CSS Codes

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

#eb5dfc Text Font Color

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

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


#eb5dfc Background Color

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

This div background color is #eb5dfc


#eb5dfc Border Color

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

This div border color is #eb5dfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb5dfc

Related Colors


Comments

No comments written yet.

Please login to write comment.