Color Hex Logo

#fc25db Color Hex

#FC25DB
(252,37,219)
0 Favorites   0 Comments

Color spaces of #fc25db

RGB 25237219
HSL0.860.970.57
HSV309°85°99°
CMYK 0.000.850.13   0.01
XYZ53.592627.133169.4304
Yxy27.13310.35690.1807
Hunter Lab52.089492.4945-42.5655
CIE-Lab59.097389.3764-42.6664

#fc25db color RGB value is (252,37,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00100101 11011011
Octal 374 45 333
Decimal 252 37 219
Hex FC 25 DB

RGB Percentages of Color #fc25db

%49.61
%7.28
%43.11

CMYK Percentages of Color #fc25db

%0
%85
%13
%1

Triadic Colors of #fc25db

#fc25db #dbfc25 #25dbfc

Analogous Colors of #fc25db

#fc25db #fc2570 #b225fc

Monochromatic Colors of #fc25db

#fc25db

Complementary Color

#fc25db #25fc46

#fc25db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc25db Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc25db Color CSS Codes

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

#fc25db Text Font Color

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

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


#fc25db Background Color

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

This div background color is #fc25db


#fc25db Border Color

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

This div border color is #fc25db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc25db


Comments

No comments written yet.

Please login to write comment.