Color Hex Logo

#e6346b Color Hex

#E6346B
(230,52,107)
0 Favorites   0 Comments

Color spaces of #e6346b

RGB 23052107
HSL0.950.780.55
HSV341°77°90°
CMYK 0.000.770.53   0.10
XYZ36.515020.340515.9115
Yxy20.34050.50180.2795
Hunter Lab45.100465.594510.6527
CIE-Lab52.220069.428612.2758

#e6346b color RGB value is (230,52,107).

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

The process color (four color CMYK) of #e6346b color hex is 0.00, 0.77, 0.53, 0.10. Web safe color of #e6346b is #ff3366. Color #e6346b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00110100 01101011
Octal 346 64 153
Decimal 230 52 107
Hex E6 34 6B

RGB Percentages of Color #e6346b

%59.13
%13.37
%27.51

CMYK Percentages of Color #e6346b

%0
%77
%53
%10

Triadic Colors of #e6346b

#e6346b #6be634 #346be6

Analogous Colors of #e6346b

#e6346b #e65634 #e634c4

Monochromatic Colors of #e6346b

#e6346b

Complementary Color

#e6346b #34e6af

#e6346b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6346b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6346b Color CSS Codes

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

#e6346b Text Font Color

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

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


#e6346b Background Color

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

This div background color is #e6346b


#e6346b Border Color

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

This div border color is #e6346b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,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 #e6346b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6346b


Comments

No comments written yet.

Please login to write comment.