Color Hex Logo

#eb5ffd Color Hex

#EB5FFD
(235,95,253)
0 Favorites   0 Comments

Color spaces of #eb5ffd

RGB 23595253
HSL0.810.980.68
HSV293°62°99°
CMYK 0.070.620.00   0.01
XYZ56.082832.938496.3304
Yxy32.93840.30260.1777
Hunter Lab57.392073.9922-59.3418
CIE-Lab64.111074.0669-53.8761

#eb5ffd color RGB value is (235,95,253).

#eb5ffd hex color red value is 235, green value is 95 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #eb5ffd hue: 0.81 , saturation: 0.98 and the lightness value of eb5ffd is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01011111 11111101
Octal 353 137 375
Decimal 235 95 253
Hex EB 5F FD

RGB Percentages of Color #eb5ffd

%40.31
%16.30
%43.40

CMYK Percentages of Color #eb5ffd

%7
%62
%0
%1

Triadic Colors of #eb5ffd

#eb5ffd #fdeb5f #5ffdeb

Analogous Colors of #eb5ffd

#eb5ffd #fd5fc0 #9c5ffd

Monochromatic Colors of #eb5ffd

#eb5ffd

Complementary Color

#eb5ffd #71fd5f

#eb5ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb5ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb5ffd Color CSS Codes

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

#eb5ffd Text Font Color

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

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


#eb5ffd Background Color

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

This div background color is #eb5ffd


#eb5ffd Border Color

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

This div border color is #eb5ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb5ffd


Comments

No comments written yet.

Please login to write comment.