Color Hex Logo

#eb4fce Color Hex

#EB4FCE
(235,79,206)
0 Favorites   0 Comments

Color spaces of #eb4fce

RGB 23579206
HSL0.860.800.62
HSV311°66°92°
CMYK 0.000.660.12   0.08
XYZ48.197527.710461.2009
Yxy27.71040.35150.2021
Hunter Lab52.640771.3124-32.0831
CIE-Lab59.626272.7426-34.6652

#eb4fce color RGB value is (235,79,206).

#eb4fce hex color red value is 235, green value is 79 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #eb4fce hue: 0.86 , saturation: 0.80 and the lightness value of eb4fce is 0.62.

The process color (four color CMYK) of #eb4fce color hex is 0.00, 0.66, 0.12, 0.08. Web safe color of #eb4fce is #ff66cc. Color #eb4fce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01001111 11001110
Octal 353 117 316
Decimal 235 79 206
Hex EB 4F CE

RGB Percentages of Color #eb4fce

%45.19
%15.19
%39.62

CMYK Percentages of Color #eb4fce

%0
%66
%12
%8

Triadic Colors of #eb4fce

#eb4fce #ceeb4f #4fceeb

Analogous Colors of #eb4fce

#eb4fce #eb4f80 #ba4feb

Monochromatic Colors of #eb4fce

#eb4fce

Complementary Color

#eb4fce #4feb6c

#eb4fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb4fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb4fce Color CSS Codes

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

#eb4fce Text Font Color

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

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


#eb4fce Background Color

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

This div background color is #eb4fce


#eb4fce Border Color

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

This div border color is #eb4fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb4fce


Comments

No comments written yet.

Please login to write comment.