Color Hex Logo

#fd7bec Color Hex

#FD7BEC
(253,123,236)
0 Favorites   0 Comments

Color spaces of #fd7bec

RGB 253123236
HSL0.860.970.74
HSV308°51°99°
CMYK 0.000.510.07   0.01
XYZ62.731341.104783.9846
Yxy41.10470.33400.2189
Hunter Lab64.112962.4556-32.7877
CIE-Lab70.249263.5662-34.7130

#fd7bec color RGB value is (253,123,236).

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

The process color (four color CMYK) of #fd7bec color hex is 0.00, 0.51, 0.07, 0.01. Web safe color of #fd7bec is #ff66ff. Color #fd7bec contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01111011 11101100
Octal 375 173 354
Decimal 253 123 236
Hex FD 7B EC

RGB Percentages of Color #fd7bec

%41.34
%20.10
%38.56

CMYK Percentages of Color #fd7bec

%0
%51
%7
%1

Triadic Colors of #fd7bec

#fd7bec #ecfd7b #7becfd

Analogous Colors of #fd7bec

#fd7bec #fd7bab #cd7bfd

Monochromatic Colors of #fd7bec

#fd7bec

Complementary Color

#fd7bec #7bfd8c

#fd7bec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd7bec Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd7bec Color CSS Codes

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

#fd7bec Text Font Color

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

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


#fd7bec Background Color

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

This div background color is #fd7bec


#fd7bec Border Color

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

This div border color is #fd7bec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd7bec

Related Colors


Comments

No comments written yet.

Please login to write comment.