Color Hex Logo

#fc907d Color Hex

#FC907D
(252,144,125)
0 Favorites   0 Comments

Color spaces of #fc907d

RGB 252144125
HSL0.020.950.74
HSV50°99°
CMYK 0.000.430.50   0.01
XYZ53.819842.122624.6959
Yxy42.12260.44610.3492
Hunter Lab64.901934.442422.8708
CIE-Lab70.955438.847027.9534

#fc907d color RGB value is (252,144,125).

#fc907d hex color red value is 252, green value is 144 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #fc907d hue: 0.02 , saturation: 0.95 and the lightness value of fc907d is 0.74.

The process color (four color CMYK) of #fc907d color hex is 0.00, 0.43, 0.50, 0.01. Web safe color of #fc907d is #ff9966. Color #fc907d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10010000 01111101
Octal 374 220 175
Decimal 252 144 125
Hex FC 90 7D

RGB Percentages of Color #fc907d

%48.37
%27.64
%23.99

CMYK Percentages of Color #fc907d

%0
%43
%50
%1

Triadic Colors of #fc907d

#fc907d #7dfc90 #907dfc

Analogous Colors of #fc907d

#fc907d #fcd07d #fc7daa

Monochromatic Colors of #fc907d

#fc907d

Complementary Color

#fc907d #7de9fc

#fc907d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc907d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc907d Color CSS Codes

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

#fc907d Text Font Color

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

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


#fc907d Background Color

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

This div background color is #fc907d


#fc907d Border Color

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

This div border color is #fc907d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(252,144,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fc907d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fc907d;
  -webkit-box-shadow: 1px 1px 3px 2px #fc907d;
  box-shadow:         1px 1px 3px 2px #fc907d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,144,125, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc907d


Comments

No comments written yet.

Please login to write comment.