Color Hex Logo

#fc3075 Color Hex

#FC3075
(252,48,117)
0 Favorites   0 Comments

Color spaces of #fc3075

RGB 25248117
HSL0.940.970.59
HSV340°81°99°
CMYK 0.000.810.54   0.01
XYZ44.412724.093719.1394
Yxy24.09370.50670.2749
Hunter Lab49.085375.608511.2413
CIE-Lab56.181576.868012.4161

#fc3075 color RGB value is (252,48,117).

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

The process color (four color CMYK) of #fc3075 color hex is 0.00, 0.81, 0.54, 0.01. Web safe color of #fc3075 is #ff3366. Color #fc3075 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00110000 01110101
Octal 374 60 165
Decimal 252 48 117
Hex FC 30 75

RGB Percentages of Color #fc3075

%60.43
%11.51
%28.06

CMYK Percentages of Color #fc3075

%0
%81
%54
%1

Triadic Colors of #fc3075

#fc3075 #75fc30 #3075fc

Analogous Colors of #fc3075

#fc3075 #fc5130 #fc30db

Monochromatic Colors of #fc3075

#fc3075

Complementary Color

#fc3075 #30fcb7

#fc3075 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc3075 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc3075 Color CSS Codes

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

#fc3075 Text Font Color

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

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


#fc3075 Background Color

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

This div background color is #fc3075


#fc3075 Border Color

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

This div border color is #fc3075


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc3075

Related Colors


Comments

No comments written yet.

Please login to write comment.