Color Hex Logo

#fd7cbd Color Hex

#FD7CBD
(253,124,189)
0 Favorites   0 Comments

Color spaces of #fd7cbd

RGB 253124189
HSL0.920.970.74
HSV330°51°99°
CMYK 0.000.510.25   0.01
XYZ56.901038.972152.6675
Yxy38.97210.38310.2624
Hunter Lab62.427653.4493-6.3211
CIE-Lab68.731156.1825-10.9088

#fd7cbd color RGB value is (253,124,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01111100 10111101
Octal 375 174 275
Decimal 253 124 189
Hex FD 7C BD

RGB Percentages of Color #fd7cbd

%44.70
%21.91
%33.39

CMYK Percentages of Color #fd7cbd

%0
%51
%25
%1

Triadic Colors of #fd7cbd

#fd7cbd #bdfd7c #7cbdfd

Analogous Colors of #fd7cbd

#fd7cbd #fd7c7d #fd7cfd

Monochromatic Colors of #fd7cbd

#fd7cbd

Complementary Color

#fd7cbd #7cfdbc

#fd7cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd7cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd7cbd Color CSS Codes

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

#fd7cbd Text Font Color

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

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


#fd7cbd Background Color

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

This div background color is #fd7cbd


#fd7cbd Border Color

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

This div border color is #fd7cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd7cbd


Comments

No comments written yet.

Please login to write comment.