Color Hex Logo

#eb338f Color Hex

#EB338F
(235,51,143)
0 Favorites   0 Comments

Color spaces of #eb338f

RGB 23551143
HSL0.920.820.56
HSV330°78°92°
CMYK 0.000.780.39   0.08
XYZ40.402722.013028.1061
Yxy22.01300.44630.2432
Hunter Lab46.918071.6059-2.6749
CIE-Lab54.040874.0476-6.5835

#eb338f color RGB value is (235,51,143).

#eb338f hex color red value is 235, green value is 51 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #eb338f hue: 0.92 , saturation: 0.82 and the lightness value of eb338f is 0.56.

The process color (four color CMYK) of #eb338f color hex is 0.00, 0.78, 0.39, 0.08. Web safe color of #eb338f is #ff3399. Color #eb338f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00110011 10001111
Octal 353 63 217
Decimal 235 51 143
Hex EB 33 8F

RGB Percentages of Color #eb338f

%54.78
%11.89
%33.33

CMYK Percentages of Color #eb338f

%0
%78
%39
%8

Triadic Colors of #eb338f

#eb338f #8feb33 #338feb

Analogous Colors of #eb338f

#eb338f #eb3333 #eb33eb

Monochromatic Colors of #eb338f

#eb338f

Complementary Color

#eb338f #33eb8f

#eb338f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb338f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb338f Color CSS Codes

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

#eb338f Text Font Color

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

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


#eb338f Background Color

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

This div background color is #eb338f


#eb338f Border Color

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

This div border color is #eb338f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb338f


Comments

No comments written yet.

Please login to write comment.