Color Hex Logo

#eb5cfe Color Hex

#EB5CFE
(235,92,254)
0 Favorites   0 Comments

Color spaces of #eb5cfe

RGB 23592254
HSL0.810.990.68
HSV293°64°100°
CMYK 0.070.640.00   0.00
XYZ55.977532.472297.0834
Yxy32.47220.30170.1750
Hunter Lab56.984475.6233-61.1224
CIE-Lab63.731275.4412-55.0298

#eb5cfe color RGB value is (235,92,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01011100 11111110
Octal 353 134 376
Decimal 235 92 254
Hex EB 5C FE

RGB Percentages of Color #eb5cfe

%40.45
%15.83
%43.72

CMYK Percentages of Color #eb5cfe

%7
%64
%0
%0

Triadic Colors of #eb5cfe

#eb5cfe #feeb5c #5cfeeb

Analogous Colors of #eb5cfe

#eb5cfe #fe5cc0 #9a5cfe

Monochromatic Colors of #eb5cfe

#eb5cfe

Complementary Color

#eb5cfe #6ffe5c

#eb5cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb5cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb5cfe Color CSS Codes

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

#eb5cfe Text Font Color

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

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


#eb5cfe Background Color

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

This div background color is #eb5cfe


#eb5cfe Border Color

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

This div border color is #eb5cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb5cfe


Comments

No comments written yet.

Please login to write comment.