Color Hex Logo

#fc068d Color Hex

#FC068D
(252,6,141)
0 Favorites   0 Comments

Color spaces of #fc068d

RGB 2526141
HSL0.910.980.51
HSV327°98°99°
CMYK 0.000.980.44   0.01
XYZ45.017722.748827.2176
Yxy22.74880.47390.2395
Hunter Lab47.695785.0102-0.4469
CIE-Lab54.812684.5220-3.8965

#fc068d color RGB value is (252,6,141).

#fc068d hex color red value is 252, green value is 6 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #fc068d hue: 0.91 , saturation: 0.98 and the lightness value of fc068d is 0.51.

The process color (four color CMYK) of #fc068d color hex is 0.00, 0.98, 0.44, 0.01. Web safe color of #fc068d is #ff0099. Color #fc068d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00000110 10001101
Octal 374 6 215
Decimal 252 6 141
Hex FC 6 8D

RGB Percentages of Color #fc068d

%63.16
%1.50
%35.34

CMYK Percentages of Color #fc068d

%0
%98
%44
%1

Triadic Colors of #fc068d

#fc068d #8dfc06 #068dfc

Analogous Colors of #fc068d

#fc068d #fc0612 #f006fc

Monochromatic Colors of #fc068d

#fc068d

Complementary Color

#fc068d #06fc75

#fc068d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc068d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc068d Color CSS Codes

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

#fc068d Text Font Color

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

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


#fc068d Background Color

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

This div background color is #fc068d


#fc068d Border Color

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

This div border color is #fc068d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,6,141, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fc068d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc068d


Comments

No comments written yet.

Please login to write comment.