Color Hex Logo

#fc57db Color Hex

#FC57DB
(252,87,219)
0 Favorites   0 Comments

Color spaces of #fc57db

RGB 25287219
HSL0.870.960.66
HSV312°65°99°
CMYK 0.000.650.13   0.01
XYZ56.339332.626370.3459
Yxy32.62630.35360.2048
Hunter Lab57.119476.1030-33.0355
CIE-Lab63.857275.7994-35.2131

#fc57db color RGB value is (252,87,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01010111 11011011
Octal 374 127 333
Decimal 252 87 219
Hex FC 57 DB

RGB Percentages of Color #fc57db

%45.16
%15.59
%39.25

CMYK Percentages of Color #fc57db

%0
%65
%13
%1

Triadic Colors of #fc57db

#fc57db #dbfc57 #57dbfc

Analogous Colors of #fc57db

#fc57db #fc5789 #cb57fc

Monochromatic Colors of #fc57db

#fc57db

Complementary Color

#fc57db #57fc78

#fc57db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc57db Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc57db Color CSS Codes

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

#fc57db Text Font Color

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

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


#fc57db Background Color

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

This div background color is #fc57db


#fc57db Border Color

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

This div border color is #fc57db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc57db

Related Colors


Comments

No comments written yet.

Please login to write comment.