Color Hex Logo

#fc38cc Color Hex

#FC38CC
(252,56,204)
0 Favorites   0 Comments

Color spaces of #fc38cc

RGB 25256204
HSL0.870.970.60
HSV315°78°99°
CMYK 0.000.780.19   0.01
XYZ52.458127.883459.7439
Yxy27.88340.37450.1990
Hunter Lab52.804784.9200-30.1181
CIE-Lab59.783383.4842-33.0741

#fc38cc color RGB value is (252,56,204).

#fc38cc hex color red value is 252, green value is 56 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #fc38cc hue: 0.87 , saturation: 0.97 and the lightness value of fc38cc is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00111000 11001100
Octal 374 70 314
Decimal 252 56 204
Hex FC 38 CC

RGB Percentages of Color #fc38cc

%49.22
%10.94
%39.84

CMYK Percentages of Color #fc38cc

%0
%78
%19
%1

Triadic Colors of #fc38cc

#fc38cc #ccfc38 #38ccfc

Analogous Colors of #fc38cc

#fc38cc #fc386a #ca38fc

Monochromatic Colors of #fc38cc

#fc38cc

Complementary Color

#fc38cc #38fc68

#fc38cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc38cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc38cc Color CSS Codes

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

#fc38cc Text Font Color

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

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


#fc38cc Background Color

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

This div background color is #fc38cc


#fc38cc Border Color

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

This div border color is #fc38cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc38cc


Comments

No comments written yet.

Please login to write comment.