Color Hex Logo

#fc3adb Color Hex

#FC3ADB
(252,58,219)
0 Favorites   0 Comments

Color spaces of #fc3adb

RGB 25258219
HSL0.860.970.61
HSV310°77°99°
CMYK 0.000.770.13   0.01
XYZ54.444128.836069.7142
Yxy28.83600.35590.1885
Hunter Lab53.699287.0027-39.3830
CIE-Lab60.636684.9177-40.2466

#fc3adb color RGB value is (252,58,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00111010 11011011
Octal 374 72 333
Decimal 252 58 219
Hex FC 3A DB

RGB Percentages of Color #fc3adb

%47.64
%10.96
%41.40

CMYK Percentages of Color #fc3adb

%0
%77
%13
%1

Triadic Colors of #fc3adb

#fc3adb #dbfc3a #3adbfc

Analogous Colors of #fc3adb

#fc3adb #fc3a7a #bc3afc

Monochromatic Colors of #fc3adb

#fc3adb

Complementary Color

#fc3adb #3afc5b

#fc3adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc3adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc3adb Color CSS Codes

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

#fc3adb Text Font Color

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

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


#fc3adb Background Color

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

This div background color is #fc3adb


#fc3adb Border Color

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

This div border color is #fc3adb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,58,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 #fc3adb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc3adb

Related Colors


Comments

No comments written yet.

Please login to write comment.