Color Hex Logo

#fc34cc Color Hex

#FC34CC
(252,52,204)
0 Favorites   0 Comments

Color spaces of #fc34cc

RGB 25252204
HSL0.870.970.60
HSV314°79°99°
CMYK 0.000.790.19   0.01
XYZ52.272027.511159.6819
Yxy27.51110.37480.1973
Hunter Lab52.451086.1015-30.7480
CIE-Lab59.444584.4590-33.6016

#fc34cc color RGB value is (252,52,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00110100 11001100
Octal 374 64 314
Decimal 252 52 204
Hex FC 34 CC

RGB Percentages of Color #fc34cc

%49.61
%10.24
%40.16

CMYK Percentages of Color #fc34cc

%0
%79
%19
%1

Triadic Colors of #fc34cc

#fc34cc #ccfc34 #34ccfc

Analogous Colors of #fc34cc

#fc34cc #fc3468 #c834fc

Monochromatic Colors of #fc34cc

#fc34cc

Complementary Color

#fc34cc #34fc64

#fc34cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc34cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc34cc Color CSS Codes

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

#fc34cc Text Font Color

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

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


#fc34cc Background Color

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

This div background color is #fc34cc


#fc34cc Border Color

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

This div border color is #fc34cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc34cc

Related Colors


Comments

No comments written yet.

Please login to write comment.