Color Hex Logo

#fd035b Color Hex

#FD035B
(253,3,91)
0 Favorites   0 Comments

Color spaces of #fd035b

RGB 253391
HSL0.940.980.50
HSV339°99°99°
CMYK 0.000.990.64   0.01
XYZ42.428921.703111.8504
Yxy21.70310.55840.2856
Hunter Lab46.586681.043017.5288
CIE-Lab53.710681.653424.7014

#fd035b color RGB value is (253,3,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00000011 01011011
Octal 375 3 133
Decimal 253 3 91
Hex FD 3 5B

RGB Percentages of Color #fd035b

%72.91
%0.86
%26.22

CMYK Percentages of Color #fd035b

%0
%99
%64
%1

Triadic Colors of #fd035b

#fd035b #5bfd03 #035bfd

Analogous Colors of #fd035b

#fd035b #fd2803 #fd03d8

Monochromatic Colors of #fd035b

#fd035b

Complementary Color

#fd035b #03fda5

#fd035b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd035b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd035b Color CSS Codes

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

#fd035b Text Font Color

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

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


#fd035b Background Color

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

This div background color is #fd035b


#fd035b Border Color

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

This div border color is #fd035b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd035b


Comments

No comments written yet.

Please login to write comment.