Color Hex Logo

#eb40cb Color Hex

#EB40CB
(235,64,203)
0 Favorites   0 Comments

Color spaces of #eb40cb

RGB 23564203
HSL0.860.810.59
HSV311°73°92°
CMYK 0.000.730.14   0.08
XYZ46.873825.640858.9785
Yxy25.64080.35650.1950
Hunter Lab50.636776.6209-33.6115
CIE-Lab57.694577.3847-35.9731

#eb40cb color RGB value is (235,64,203).

#eb40cb hex color red value is 235, green value is 64 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #eb40cb hue: 0.86 , saturation: 0.81 and the lightness value of eb40cb is 0.59.

The process color (four color CMYK) of #eb40cb color hex is 0.00, 0.73, 0.14, 0.08. Web safe color of #eb40cb is #ff33cc. Color #eb40cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01000000 11001011
Octal 353 100 313
Decimal 235 64 203
Hex EB 40 CB

RGB Percentages of Color #eb40cb

%46.81
%12.75
%40.44

CMYK Percentages of Color #eb40cb

%0
%73
%14
%8

Triadic Colors of #eb40cb

#eb40cb #cbeb40 #40cbeb

Analogous Colors of #eb40cb

#eb40cb #eb4076 #b640eb

Monochromatic Colors of #eb40cb

#eb40cb

Complementary Color

#eb40cb #40eb60

#eb40cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb40cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb40cb Color CSS Codes

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

#eb40cb Text Font Color

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

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


#eb40cb Background Color

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

This div background color is #eb40cb


#eb40cb Border Color

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

This div border color is #eb40cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb40cb


Comments

No comments written yet.

Please login to write comment.