color codes Logo

#fc62db color codes

#FC62DB
(252,98,219)
0 Favorites   0 Comments

Color spaces of #fc62db

RGB 25298219
HSL0.870.960.69
HSV313°61°99°
CMYK 0.000.610.13   0.01
XYZ57.298734.545370.6658
Yxy34.54530.35260.2126
Hunter Lab58.775271.1590-30.1420
CIE-Lab65.393171.5497-32.8266

#fc62db color RGB value is (252,98,219).

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

The process color (four color CMYK) of #fc62db color code is 0.00, 0.61, 0.13, 0.01. Web safe color of #fc62db is #ff66cc. Color #fc62db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01100010 11011011
Octal 374 142 333
Decimal 252 98 219
Hex FC 62 DB

RGB Percentages of Color #fc62db

%44.29
%17.22
%38.49

CMYK Percentages of Color #fc62db

%0
%61
%13
%1

Triadic Colors of #fc62db

#fc62db #dbfc62 #62dbfc

Analogous Colors of #fc62db

#fc62db #fc628e #d062fc

Monochromatic Colors of #fc62db

#fc62db

Complementary Color

#fc62db #62fc83

#fc62db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc62db Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc62db Color CSS Codes

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

#fc62db Text Font Color

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

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


#fc62db Background Color

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

This div background color is #fc62db


#fc62db Border Color

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

This div border color is #fc62db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc62db

Related Colors


Comments

No comments written yet.

Please login to write comment.