Color Hex Logo

#fc42cd Color Hex

#FC42CD
(252,66,205)
0 Favorites   0 Comments

Color spaces of #fc42cd

RGB 25266205
HSL0.880.970.62
HSV315°74°99°
CMYK 0.000.740.19   0.01
XYZ53.112528.999760.5558
Yxy28.99970.37230.2033
Hunter Lab53.851481.8110-28.9756
CIE-Lab60.781480.8804-32.0916

#fc42cd color RGB value is (252,66,205).

#fc42cd hex color red value is 252, green value is 66 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #fc42cd hue: 0.88 , saturation: 0.97 and the lightness value of fc42cd is 0.62.

The process color (four color CMYK) of #fc42cd color hex is 0.00, 0.74, 0.19, 0.01. Web safe color of #fc42cd is #ff33cc. Color #fc42cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01000010 11001101
Octal 374 102 315
Decimal 252 66 205
Hex FC 42 CD

RGB Percentages of Color #fc42cd

%48.18
%12.62
%39.20

CMYK Percentages of Color #fc42cd

%0
%74
%19
%1

Triadic Colors of #fc42cd

#fc42cd #cdfc42 #42cdfc

Analogous Colors of #fc42cd

#fc42cd #fc4270 #ce42fc

Monochromatic Colors of #fc42cd

#fc42cd

Complementary Color

#fc42cd #42fc71

#fc42cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc42cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc42cd Color CSS Codes

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

#fc42cd Text Font Color

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

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


#fc42cd Background Color

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

This div background color is #fc42cd


#fc42cd Border Color

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

This div border color is #fc42cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc42cd


Comments

No comments written yet.

Please login to write comment.