Color Hex Logo

#e6016b Color Hex

#E6016B
(230,1,107)
0 Favorites   0 Comments

Color spaces of #e6016b

RGB 2301107
HSL0.920.990.45
HSV332°100°90°
CMYK 0.001.000.53   0.10
XYZ35.297817.906215.5058
Yxy17.90620.51370.2606
Hunter Lab42.315774.84397.8953
CIE-Lab49.382177.57638.2859

#e6016b color RGB value is (230,1,107).

#e6016b hex color red value is 230, green value is 1 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #e6016b hue: 0.92 , saturation: 0.99 and the lightness value of e6016b is 0.45.

The process color (four color CMYK) of #e6016b color hex is 0.00, 1.00, 0.53, 0.10. Web safe color of #e6016b is #ff0066. Color #e6016b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00000001 01101011
Octal 346 1 153
Decimal 230 1 107
Hex E6 1 6B

RGB Percentages of Color #e6016b

%68.05
%0.30
%31.66

CMYK Percentages of Color #e6016b

%0
%100
%53
%10

Triadic Colors of #e6016b

#e6016b #6be601 #016be6

Analogous Colors of #e6016b

#e6016b #e60a01 #e601de

Monochromatic Colors of #e6016b

#e6016b

Complementary Color

#e6016b #01e67c

#e6016b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6016b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6016b Color CSS Codes

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

#e6016b Text Font Color

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

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


#e6016b Background Color

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

This div background color is #e6016b


#e6016b Border Color

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

This div border color is #e6016b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6016b


Comments

No comments written yet.

Please login to write comment.