Color Hex Logo

#fc59db Color Hex

#FC59DB
(252,89,219)
0 Favorites   0 Comments

Color spaces of #fc59db

RGB 25289219
HSL0.870.960.67
HSV312°65°99°
CMYK 0.000.650.13   0.01
XYZ56.503432.954770.4007
Yxy32.95470.35350.2061
Hunter Lab57.406275.2320-32.5266
CIE-Lab64.124275.0557-34.7975

#fc59db color RGB value is (252,89,219).

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

The process color (four color CMYK) of #fc59db color hex is 0.00, 0.65, 0.13, 0.01. Web safe color of #fc59db is #ff66cc. Color #fc59db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01011001 11011011
Octal 374 131 333
Decimal 252 89 219
Hex FC 59 DB

RGB Percentages of Color #fc59db

%45.00
%15.89
%39.11

CMYK Percentages of Color #fc59db

%0
%65
%13
%1

Triadic Colors of #fc59db

#fc59db #dbfc59 #59dbfc

Analogous Colors of #fc59db

#fc59db #fc598a #cc59fc

Monochromatic Colors of #fc59db

#fc59db

Complementary Color

#fc59db #59fc7a

#fc59db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc59db Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc59db Color CSS Codes

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

#fc59db Text Font Color

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

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


#fc59db Background Color

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

This div background color is #fc59db


#fc59db Border Color

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

This div border color is #fc59db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc59db


Comments

No comments written yet.

Please login to write comment.