Color Hex Logo

#ff156d Color Hex

#FF156D
(255,21,109)
0 Favorites   0 Comments

Color spaces of #ff156d

RGB 25521109
HSL0.941.000.54
HSV337°92°100°
CMYK 0.000.920.57   0.00
XYZ44.268522.900516.5550
Yxy22.90050.52870.2735
Hunter Lab47.854581.378812.9871
CIE-Lab54.969781.670915.6152

#ff156d color RGB value is (255,21,109).

#ff156d hex color red value is 255, green value is 21 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #ff156d hue: 0.94 , saturation: 1.00 and the lightness value of ff156d is 0.54.

The process color (four color CMYK) of #ff156d color hex is 0.00, 0.92, 0.57, 0.00. Web safe color of #ff156d is #ff0066. Color #ff156d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 00010101 01101101
Octal 377 25 155
Decimal 255 21 109
Hex FF 15 6D

RGB Percentages of Color #ff156d

%66.23
%5.45
%28.31

CMYK Percentages of Color #ff156d

%0
%92
%57
%0

Triadic Colors of #ff156d

#ff156d #6dff15 #156dff

Analogous Colors of #ff156d

#ff156d #ff3215 #ff15e2

Monochromatic Colors of #ff156d

#ff156d

Complementary Color

#ff156d #15ffa7

#ff156d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff156d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff156d Color CSS Codes

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

#ff156d Text Font Color

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

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


#ff156d Background Color

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

This div background color is #ff156d


#ff156d Border Color

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

This div border color is #ff156d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(255,21,109, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ff156d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ff156d;
  -webkit-box-shadow: 1px 1px 3px 2px #ff156d;
  box-shadow:         1px 1px 3px 2px #ff156d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,21,109, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff156d

Related Colors


Comments

No comments written yet.

Please login to write comment.