Color Hex Logo

#fd307e Color Hex

#FD307E
(253,48,126)
0 Favorites   0 Comments

Color spaces of #fd307e

RGB 25348126
HSL0.940.980.59
HSV337°81°99°
CMYK 0.000.810.50   0.01
XYZ45.330924.502922.0790
Yxy24.50290.49320.2666
Hunter Lab49.500476.83898.2048
CIE-Lab56.587877.77227.6518

#fd307e color RGB value is (253,48,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00110000 01111110
Octal 375 60 176
Decimal 253 48 126
Hex FD 30 7E

RGB Percentages of Color #fd307e

%59.25
%11.24
%29.51

CMYK Percentages of Color #fd307e

%0
%81
%50
%1

Triadic Colors of #fd307e

#fd307e #7efd30 #307efd

Analogous Colors of #fd307e

#fd307e #fd4930 #fd30e5

Monochromatic Colors of #fd307e

#fd307e

Complementary Color

#fd307e #30fdaf

#fd307e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd307e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd307e Color CSS Codes

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

#fd307e Text Font Color

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

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


#fd307e Background Color

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

This div background color is #fd307e


#fd307e Border Color

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

This div border color is #fd307e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd307e

Related Colors


Comments

No comments written yet.

Please login to write comment.