Color Hex Logo

#fd7bea Color Hex

#FD7BEA
(253,123,234)
0 Favorites   0 Comments

Color spaces of #fd7bea

RGB 253123234
HSL0.860.970.74
HSV309°51°99°
CMYK 0.000.510.08   0.01
XYZ62.442340.989182.4625
Yxy40.98910.33590.2205
Hunter Lab64.022762.0539-31.5507
CIE-Lab70.168363.2455-33.7377

#fd7bea color RGB value is (253,123,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01111011 11101010
Octal 375 173 352
Decimal 253 123 234
Hex FD 7B EA

RGB Percentages of Color #fd7bea

%41.48
%20.16
%38.36

CMYK Percentages of Color #fd7bea

%0
%51
%8
%1

Triadic Colors of #fd7bea

#fd7bea #eafd7b #7beafd

Analogous Colors of #fd7bea

#fd7bea #fd7ba9 #cf7bfd

Monochromatic Colors of #fd7bea

#fd7bea

Complementary Color

#fd7bea #7bfd8e

#fd7bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd7bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd7bea Color CSS Codes

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

#fd7bea Text Font Color

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

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


#fd7bea Background Color

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

This div background color is #fd7bea


#fd7bea Border Color

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

This div border color is #fd7bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd7bea


Comments

No comments written yet.

Please login to write comment.