Color Hex Logo

#fd21cb Color Hex

#FD21CB
(253,33,203)
0 Favorites   0 Comments

Color spaces of #fd21cb

RGB 25333203
HSL0.870.980.56
HSV314°87°99°
CMYK 0.000.870.20   0.01
XYZ51.831426.282258.8411
Yxy26.28220.37850.1919
Hunter Lab51.266290.7522-32.1642
CIE-Lab58.303988.2207-34.7957

#fd21cb color RGB value is (253,33,203).

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

The process color (four color CMYK) of #fd21cb color hex is 0.00, 0.87, 0.20, 0.01. Web safe color of #fd21cb is #ff33cc. Color #fd21cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00100001 11001011
Octal 375 41 313
Decimal 253 33 203
Hex FD 21 CB

RGB Percentages of Color #fd21cb

%51.74
%6.75
%41.51

CMYK Percentages of Color #fd21cb

%0
%87
%20
%1

Triadic Colors of #fd21cb

#fd21cb #cbfd21 #21cbfd

Analogous Colors of #fd21cb

#fd21cb #fd215d #c121fd

Monochromatic Colors of #fd21cb

#fd21cb

Complementary Color

#fd21cb #21fd53

#fd21cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd21cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd21cb Color CSS Codes

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

#fd21cb Text Font Color

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

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


#fd21cb Background Color

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

This div background color is #fd21cb


#fd21cb Border Color

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

This div border color is #fd21cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd21cb

Related Colors


Comments

No comments written yet.

Please login to write comment.