Color Hex Logo

#fd61cb Color Hex

#FD61CB
(253,97,203)
0 Favorites   0 Comments

Color spaces of #fd61cb

RGB 25397203
HSL0.890.980.69
HSV319°62°99°
CMYK 0.000.620.20   0.01
XYZ55.562233.743860.0847
Yxy33.74380.37190.2259
Hunter Lab58.089469.0778-20.6639
CIE-Lab64.758769.9734-24.8065

#fd61cb color RGB value is (253,97,203).

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

The process color (four color CMYK) of #fd61cb color hex is 0.00, 0.62, 0.20, 0.01. Web safe color of #fd61cb is #ff66cc. Color #fd61cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01100001 11001011
Octal 375 141 313
Decimal 253 97 203
Hex FD 61 CB

RGB Percentages of Color #fd61cb

%45.75
%17.54
%36.71

CMYK Percentages of Color #fd61cb

%0
%62
%20
%1

Triadic Colors of #fd61cb

#fd61cb #cbfd61 #61cbfd

Analogous Colors of #fd61cb

#fd61cb #fd617d #e161fd

Monochromatic Colors of #fd61cb

#fd61cb

Complementary Color

#fd61cb #61fd93

#fd61cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd61cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd61cb Color CSS Codes

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

#fd61cb Text Font Color

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

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


#fd61cb Background Color

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

This div background color is #fd61cb


#fd61cb Border Color

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

This div border color is #fd61cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,97,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 #fd61cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd61cb

Related Colors


Comments

No comments written yet.

Please login to write comment.