Color Hex Logo

#fc02db Color Hex

#FC02DB
(252,2,219)
0 Favorites   0 Comments

Color spaces of #fc02db

RGB 2522219
HSL0.860.980.50
HSV308°99°99°
CMYK 0.000.990.13   0.01
XYZ52.952825.853369.2171
Yxy25.85330.35770.1747
Hunter Lab50.846196.9149-45.1195
CIE-Lab57.897592.8975-44.5585

#fc02db color RGB value is (252,2,219).

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

The process color (four color CMYK) of #fc02db color hex is 0.00, 0.99, 0.13, 0.01. Web safe color of #fc02db is #ff00cc. Color #fc02db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00000010 11011011
Octal 374 2 333
Decimal 252 2 219
Hex FC 2 DB

RGB Percentages of Color #fc02db

%53.28
%0.42
%46.30

CMYK Percentages of Color #fc02db

%0
%99
%13
%1

Triadic Colors of #fc02db

#fc02db #dbfc02 #02dbfc

Analogous Colors of #fc02db

#fc02db #fc025e #a002fc

Monochromatic Colors of #fc02db

#fc02db

Complementary Color

#fc02db #02fc23

#fc02db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc02db Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc02db Color CSS Codes

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

#fc02db Text Font Color

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

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


#fc02db Background Color

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

This div background color is #fc02db


#fc02db Border Color

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

This div border color is #fc02db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc02db


Comments

No comments written yet.

Please login to write comment.