Color Hex Logo

#fd305f Color Hex

#FD305F
(253,48,95)
0 Favorites   0 Comments

Color spaces of #fd305f

RGB 2534895
HSL0.960.980.59
HSV346°81°99°
CMYK 0.000.810.62   0.01
XYZ43.630523.822813.1251
Yxy23.82280.54150.2956
Hunter Lab48.808674.147918.2224
CIE-Lab55.909975.747225.1856

#fd305f color RGB value is (253,48,95).

#fd305f hex color red value is 253, green value is 48 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #fd305f hue: 0.96 , saturation: 0.98 and the lightness value of fd305f is 0.59.

The process color (four color CMYK) of #fd305f color hex is 0.00, 0.81, 0.62, 0.01. Web safe color of #fd305f is #ff3366. Color #fd305f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00110000 01011111
Octal 375 60 137
Decimal 253 48 95
Hex FD 30 5F

RGB Percentages of Color #fd305f

%63.89
%12.12
%23.99

CMYK Percentages of Color #fd305f

%0
%81
%62
%1

Triadic Colors of #fd305f

#fd305f #5ffd30 #305ffd

Analogous Colors of #fd305f

#fd305f #fd6830 #fd30c6

Monochromatic Colors of #fd305f

#fd305f

Complementary Color

#fd305f #30fdce

#fd305f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd305f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd305f Color CSS Codes

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

#fd305f Text Font Color

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

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


#fd305f Background Color

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

This div background color is #fd305f


#fd305f Border Color

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

This div border color is #fd305f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(253,48,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fd305f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fd305f;
  -webkit-box-shadow: 1px 1px 3px 2px #fd305f;
  box-shadow:         1px 1px 3px 2px #fd305f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,48,95, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd305f

Related Colors


Comments

No comments written yet.

Please login to write comment.