Color Hex Logo

#fc3288 Color Hex

#FC3288
(252,50,136)
0 Favorites   0 Comments

Color spaces of #fc3288

RGB 25250136
HSL0.930.970.59
HSV334°80°99°
CMYK 0.000.800.46   0.01
XYZ45.729424.754225.6604
Yxy24.75420.47560.2575
Hunter Lab49.753676.99374.2487
CIE-Lab56.835177.84762.0406

#fc3288 color RGB value is (252,50,136).

#fc3288 hex color red value is 252, green value is 50 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #fc3288 hue: 0.93 , saturation: 0.97 and the lightness value of fc3288 is 0.59.

The process color (four color CMYK) of #fc3288 color hex is 0.00, 0.80, 0.46, 0.01. Web safe color of #fc3288 is #ff3399. Color #fc3288 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00110010 10001000
Octal 374 62 210
Decimal 252 50 136
Hex FC 32 88

RGB Percentages of Color #fc3288

%57.53
%11.42
%31.05

CMYK Percentages of Color #fc3288

%0
%80
%46
%1

Triadic Colors of #fc3288

#fc3288 #88fc32 #3288fc

Analogous Colors of #fc3288

#fc3288 #fc4132 #fc32ed

Monochromatic Colors of #fc3288

#fc3288

Complementary Color

#fc3288 #32fca6

#fc3288 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc3288 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc3288 Color CSS Codes

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

#fc3288 Text Font Color

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

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


#fc3288 Background Color

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

This div background color is #fc3288


#fc3288 Border Color

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

This div border color is #fc3288


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc3288


Comments

No comments written yet.

Please login to write comment.