Color Hex Logo

#fc4adb Color Hex

#FC4ADB
(252,74,219)
0 Favorites   0 Comments

Color spaces of #fc4adb

RGB 25274219
HSL0.860.970.64
HSV311°71°99°
CMYK 0.000.710.13   0.01
XYZ55.379830.707570.0261
Yxy30.70750.35470.1967
Hunter Lab55.414381.4136-36.1336
CIE-Lab62.259980.2860-37.7045

#fc4adb color RGB value is (252,74,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01001010 11011011
Octal 374 112 333
Decimal 252 74 219
Hex FC 4A DB

RGB Percentages of Color #fc4adb

%46.24
%13.58
%40.18

CMYK Percentages of Color #fc4adb

%0
%71
%13
%1

Triadic Colors of #fc4adb

#fc4adb #dbfc4a #4adbfc

Analogous Colors of #fc4adb

#fc4adb #fc4a82 #c44afc

Monochromatic Colors of #fc4adb

#fc4adb

Complementary Color

#fc4adb #4afc6b

#fc4adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc4adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc4adb Color CSS Codes

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

#fc4adb Text Font Color

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

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


#fc4adb Background Color

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

This div background color is #fc4adb


#fc4adb Border Color

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

This div border color is #fc4adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc4adb

Related Colors


Comments

No comments written yet.

Please login to write comment.