Color Hex Logo

#fd7bdf Color Hex

#FD7BDF
(253,123,223)
0 Favorites   0 Comments

Color spaces of #fd7bdf

RGB 253123223
HSL0.870.970.74
HSV314°51°99°
CMYK 0.000.510.12   0.01
XYZ60.910340.376374.3951
Yxy40.37630.34670.2298
Hunter Lab63.542359.9071-24.9368
CIE-Lab69.736761.5215-28.3316

#fd7bdf color RGB value is (253,123,223).

#fd7bdf hex color red value is 253, green value is 123 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #fd7bdf hue: 0.87 , saturation: 0.97 and the lightness value of fd7bdf is 0.74.

The process color (four color CMYK) of #fd7bdf color hex is 0.00, 0.51, 0.12, 0.01. Web safe color of #fd7bdf is #ff66cc. Color #fd7bdf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01111011 11011111
Octal 375 173 337
Decimal 253 123 223
Hex FD 7B DF

RGB Percentages of Color #fd7bdf

%42.24
%20.53
%37.23

CMYK Percentages of Color #fd7bdf

%0
%51
%12
%1

Triadic Colors of #fd7bdf

#fd7bdf #dffd7b #7bdffd

Analogous Colors of #fd7bdf

#fd7bdf #fd7b9e #da7bfd

Monochromatic Colors of #fd7bdf

#fd7bdf

Complementary Color

#fd7bdf #7bfd99

#fd7bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd7bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd7bdf Color CSS Codes

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

#fd7bdf Text Font Color

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

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


#fd7bdf Background Color

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

This div background color is #fd7bdf


#fd7bdf Border Color

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

This div border color is #fd7bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd7bdf


Comments

No comments written yet.

Please login to write comment.