Color Hex Logo

#fc69db Color Hex

#FC69DB
(252,105,219)
0 Favorites   0 Comments

Color spaces of #fc69db

RGB 252105219
HSL0.870.960.70
HSV313°58°99°
CMYK 0.000.580.13   0.01
XYZ57.982635.913170.8937
Yxy35.91310.35190.2179
Hunter Lab59.927567.8336-28.1902
CIE-Lab66.453568.6530-31.1843

#fc69db color RGB value is (252,105,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01101001 11011011
Octal 374 151 333
Decimal 252 105 219
Hex FC 69 DB

RGB Percentages of Color #fc69db

%43.75
%18.23
%38.02

CMYK Percentages of Color #fc69db

%0
%58
%13
%1

Triadic Colors of #fc69db

#fc69db #dbfc69 #69dbfc

Analogous Colors of #fc69db

#fc69db #fc6992 #d469fc

Monochromatic Colors of #fc69db

#fc69db

Complementary Color

#fc69db #69fc8a

#fc69db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc69db Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc69db Color CSS Codes

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

#fc69db Text Font Color

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

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


#fc69db Background Color

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

This div background color is #fc69db


#fc69db Border Color

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

This div border color is #fc69db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc69db


Comments

No comments written yet.

Please login to write comment.