Color Hex Logo

#fd216b Color Hex

#FD216B
(253,33,107)
0 Favorites   0 Comments

Color spaces of #fd216b

RGB 25333107
HSL0.940.980.56
HSV340°87°99°
CMYK 0.000.870.58   0.01
XYZ43.705723.031916.0520
Yxy23.03190.52790.2782
Hunter Lab47.991678.573913.7630
CIE-Lab55.105279.437416.9410

#fd216b color RGB value is (253,33,107).

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

The process color (four color CMYK) of #fd216b color hex is 0.00, 0.87, 0.58, 0.01. Web safe color of #fd216b is #ff3366. Color #fd216b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00100001 01101011
Octal 375 41 153
Decimal 253 33 107
Hex FD 21 6B

RGB Percentages of Color #fd216b

%64.38
%8.40
%27.23

CMYK Percentages of Color #fd216b

%0
%87
%58
%1

Triadic Colors of #fd216b

#fd216b #6bfd21 #216bfd

Analogous Colors of #fd216b

#fd216b #fd4521 #fd21d9

Monochromatic Colors of #fd216b

#fd216b

Complementary Color

#fd216b #21fdb3

#fd216b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd216b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd216b Color CSS Codes

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

#fd216b Text Font Color

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

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


#fd216b Background Color

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

This div background color is #fd216b


#fd216b Border Color

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

This div border color is #fd216b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd216b


Comments

No comments written yet.

Please login to write comment.