Color Hex Logo

#fc7add Color Hex

#FC7ADD
(252,122,221)
0 Favorites   0 Comments

Color spaces of #fc7add

RGB 252122221
HSL0.870.960.73
HSV314°52°99°
CMYK 0.000.520.12   0.01
XYZ60.155639.835072.9250
Yxy39.83500.34790.2304
Hunter Lab63.115059.6792-24.3250
CIE-Lab69.351861.3926-27.8272

#fc7add color RGB value is (252,122,221).

#fc7add hex color red value is 252, green value is 122 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #fc7add hue: 0.87 , saturation: 0.96 and the lightness value of fc7add is 0.73.

The process color (four color CMYK) of #fc7add color hex is 0.00, 0.52, 0.12, 0.01. Web safe color of #fc7add is #ff66cc. Color #fc7add contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01111010 11011101
Octal 374 172 335
Decimal 252 122 221
Hex FC 7A DD

RGB Percentages of Color #fc7add

%42.35
%20.50
%37.14

CMYK Percentages of Color #fc7add

%0
%52
%12
%1

Triadic Colors of #fc7add

#fc7add #ddfc7a #7addfc

Analogous Colors of #fc7add

#fc7add #fc7a9c #da7afc

Monochromatic Colors of #fc7add

#fc7add

Complementary Color

#fc7add #7afc99

#fc7add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc7add Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc7add Color CSS Codes

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

#fc7add Text Font Color

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

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


#fc7add Background Color

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

This div background color is #fc7add


#fc7add Border Color

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

This div border color is #fc7add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc7add


Comments

No comments written yet.

Please login to write comment.