Color Hex Logo

#fd7bbe Color Hex

#FD7BBE
(253,123,190)
0 Favorites   0 Comments

Color spaces of #fd7bbe

RGB 253123190
HSL0.910.970.74
HSV329°51°99°
CMYK 0.000.510.25   0.01
XYZ56.885238.766353.1997
Yxy38.76630.38220.2604
Hunter Lab62.262654.1241-7.0760
CIE-Lab68.581656.7875-11.6935

#fd7bbe color RGB value is (253,123,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01111011 10111110
Octal 375 173 276
Decimal 253 123 190
Hex FD 7B BE

RGB Percentages of Color #fd7bbe

%44.70
%21.73
%33.57

CMYK Percentages of Color #fd7bbe

%0
%51
%25
%1

Triadic Colors of #fd7bbe

#fd7bbe #befd7b #7bbefd

Analogous Colors of #fd7bbe

#fd7bbe #fd7b7d #fb7bfd

Monochromatic Colors of #fd7bbe

#fd7bbe

Complementary Color

#fd7bbe #7bfdba

#fd7bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd7bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd7bbe Color CSS Codes

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

#fd7bbe Text Font Color

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

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


#fd7bbe Background Color

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

This div background color is #fd7bbe


#fd7bbe Border Color

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

This div border color is #fd7bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd7bbe


Comments

No comments written yet.

Please login to write comment.