Color Hex Logo

#fc48de Color Hex

#FC48DE
(252,72,222)
0 Favorites   0 Comments

Color spaces of #fc48de

RGB 25272222
HSL0.860.970.64
HSV310°71°99°
CMYK 0.000.710.12   0.01
XYZ55.647130.604172.0815
Yxy30.60410.35150.1933
Hunter Lab55.321082.7406-38.5283
CIE-Lab62.172081.3359-39.5289

#fc48de color RGB value is (252,72,222).

#fc48de hex color red value is 252, green value is 72 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #fc48de hue: 0.86 , saturation: 0.97 and the lightness value of fc48de is 0.64.

The process color (four color CMYK) of #fc48de color hex is 0.00, 0.71, 0.12, 0.01. Web safe color of #fc48de is #ff33cc. Color #fc48de contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01001000 11011110
Octal 374 110 336
Decimal 252 72 222
Hex FC 48 DE

RGB Percentages of Color #fc48de

%46.15
%13.19
%40.66

CMYK Percentages of Color #fc48de

%0
%71
%12
%1

Triadic Colors of #fc48de

#fc48de #defc48 #48defc

Analogous Colors of #fc48de

#fc48de #fc4884 #c048fc

Monochromatic Colors of #fc48de

#fc48de

Complementary Color

#fc48de #48fc66

#fc48de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc48de Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc48de Color CSS Codes

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

#fc48de Text Font Color

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

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


#fc48de Background Color

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

This div background color is #fc48de


#fc48de Border Color

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

This div border color is #fc48de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc48de

Related Colors


Comments

No comments written yet.

Please login to write comment.