color codes Logo

#eb38cc color codes

#EB38CC
(235,56,204)
0 Favorites   0 Comments

Color spaces of #eb38cc

RGB 23556204
HSL0.860.820.57
HSV310°76°92°
CMYK 0.000.760.13   0.08
XYZ46.574224.850159.4686
Yxy24.85010.35580.1899
Hunter Lab49.849979.5333-35.8353
CIE-Lab56.929179.8406-37.7432

#eb38cc color RGB value is (235,56,204).

#eb38cc hex color red value is 235, green value is 56 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #eb38cc hue: 0.86 , saturation: 0.82 and the lightness value of eb38cc is 0.57.

The process color (four color CMYK) of #eb38cc color code is 0.00, 0.76, 0.13, 0.08. Web safe color of #eb38cc is #ff33cc. Color #eb38cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00111000 11001100
Octal 353 70 314
Decimal 235 56 204
Hex EB 38 CC

RGB Percentages of Color #eb38cc

%47.47
%11.31
%41.21

CMYK Percentages of Color #eb38cc

%0
%76
%13
%8

Triadic Colors of #eb38cc

#eb38cc #cceb38 #38cceb

Analogous Colors of #eb38cc

#eb38cc #eb3873 #b138eb

Monochromatic Colors of #eb38cc

#eb38cc

Complementary Color

#eb38cc #38eb57

#eb38cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb38cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb38cc Color CSS Codes

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

#eb38cc Text Font Color

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

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


#eb38cc Background Color

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

This div background color is #eb38cc


#eb38cc Border Color

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

This div border color is #eb38cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb38cc


Comments

No comments written yet.

Please login to write comment.