Color Hex Logo

#eb347d Color Hex

#EB347D
(235,52,125)
0 Favorites   0 Comments

Color spaces of #eb347d

RGB 23552125
HSL0.930.820.56
HSV336°78°92°
CMYK 0.000.780.47   0.08
XYZ39.190621.598821.5055
Yxy21.59880.47620.2625
Hunter Lab46.474569.19355.0964
CIE-Lab53.598772.15543.5244

#eb347d color RGB value is (235,52,125).

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

The process color (four color CMYK) of #eb347d color hex is 0.00, 0.78, 0.47, 0.08. Web safe color of #eb347d is #ff3366. Color #eb347d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00110100 01111101
Octal 353 64 175
Decimal 235 52 125
Hex EB 34 7D

RGB Percentages of Color #eb347d

%57.04
%12.62
%30.34

CMYK Percentages of Color #eb347d

%0
%78
%47
%8

Triadic Colors of #eb347d

#eb347d #7deb34 #347deb

Analogous Colors of #eb347d

#eb347d #eb4634 #eb34d9

Monochromatic Colors of #eb347d

#eb347d

Complementary Color

#eb347d #34eba2

#eb347d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb347d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb347d Color CSS Codes

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

#eb347d Text Font Color

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

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


#eb347d Background Color

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

This div background color is #eb347d


#eb347d Border Color

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

This div border color is #eb347d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb347d


Comments

No comments written yet.

Please login to write comment.