Color Hex Logo

#ea346b Color Hex

#EA346B
(234,52,107)
0 Favorites   0 Comments

Color spaces of #ea346b

RGB 23452107
HSL0.950.810.56
HSV342°78°92°
CMYK 0.000.780.54   0.08
XYZ37.813521.009915.9722
Yxy21.00990.50560.2809
Hunter Lab45.836667.042111.4254
CIE-Lab52.960370.496013.4184

#ea346b color RGB value is (234,52,107).

#ea346b hex color red value is 234, green value is 52 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #ea346b hue: 0.95 , saturation: 0.81 and the lightness value of ea346b is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 00110100 01101011
Octal 352 64 153
Decimal 234 52 107
Hex EA 34 6B

RGB Percentages of Color #ea346b

%59.54
%13.23
%27.23

CMYK Percentages of Color #ea346b

%0
%78
%54
%8

Triadic Colors of #ea346b

#ea346b #6bea34 #346bea

Analogous Colors of #ea346b

#ea346b #ea5834 #ea34c6

Monochromatic Colors of #ea346b

#ea346b

Complementary Color

#ea346b #34eab3

#ea346b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea346b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea346b Color CSS Codes

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

#ea346b Text Font Color

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

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


#ea346b Background Color

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

This div background color is #ea346b


#ea346b Border Color

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

This div border color is #ea346b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea346b


Comments

No comments written yet.

Please login to write comment.