Color Hex Logo

#fc135d Color Hex

#FC135D
(252,19,93)
0 Favorites   0 Comments

Color spaces of #fc135d

RGB 2521993
HSL0.950.970.53
HSV341°92°99°
CMYK 0.000.920.63   0.01
XYZ42.353521.951512.3607
Yxy21.95150.55240.2863
Hunter Lab46.852479.368117.1547
CIE-Lab53.975580.284923.8068

#fc135d color RGB value is (252,19,93).

#fc135d hex color red value is 252, green value is 19 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #fc135d hue: 0.95 , saturation: 0.97 and the lightness value of fc135d is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00010011 01011101
Octal 374 23 135
Decimal 252 19 93
Hex FC 13 5D

RGB Percentages of Color #fc135d

%69.23
%5.22
%25.55

CMYK Percentages of Color #fc135d

%0
%92
%63
%1

Triadic Colors of #fc135d

#fc135d #5dfc13 #135dfc

Analogous Colors of #fc135d

#fc135d #fc3e13 #fc13d2

Monochromatic Colors of #fc135d

#fc135d

Complementary Color

#fc135d #13fcb2

#fc135d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc135d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc135d Color CSS Codes

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

#fc135d Text Font Color

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

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


#fc135d Background Color

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

This div background color is #fc135d


#fc135d Border Color

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

This div border color is #fc135d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc135d

Related Colors

#fc135d Color Palettes


Comments

No comments written yet.

Please login to write comment.