Color Hex Logo

#ff155d Color Hex

#FF155D
(255,21,93)
0 Favorites   0 Comments

Color spaces of #ff155d

RGB 2552193
HSL0.951.000.54
HSV342°92°100°
CMYK 0.000.920.64   0.00
XYZ43.483922.586612.4237
Yxy22.58660.55400.2877
Hunter Lab47.525480.151317.7686
CIE-Lab54.643980.771624.7950

#ff155d color RGB value is (255,21,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 00010101 01011101
Octal 377 25 135
Decimal 255 21 93
Hex FF 15 5D

RGB Percentages of Color #ff155d

%69.11
%5.69
%25.20

CMYK Percentages of Color #ff155d

%0
%92
%64
%0

Triadic Colors of #ff155d

#ff155d #5dff15 #155dff

Analogous Colors of #ff155d

#ff155d #ff4215 #ff15d2

Monochromatic Colors of #ff155d

#ff155d

Complementary Color

#ff155d #15ffb7

#ff155d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff155d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff155d Color CSS Codes

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

#ff155d Text Font Color

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

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


#ff155d Background Color

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

This div background color is #ff155d


#ff155d Border Color

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

This div border color is #ff155d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff155d


Comments

No comments written yet.

Please login to write comment.