Color Hex Logo

#fc2385 Color Hex

#FC2385
(252,35,133)
0 Favorites   0 Comments

Color spaces of #fc2385

RGB 25235133
HSL0.920.970.56
HSV333°86°99°
CMYK 0.000.860.47   0.01
XYZ44.979623.591024.3731
Yxy23.59100.48390.2538
Hunter Lab48.570680.30454.2472
CIE-Lab55.675980.69092.1434

#fc2385 color RGB value is (252,35,133).

#fc2385 hex color red value is 252, green value is 35 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #fc2385 hue: 0.92 , saturation: 0.97 and the lightness value of fc2385 is 0.56.

The process color (four color CMYK) of #fc2385 color hex is 0.00, 0.86, 0.47, 0.01. Web safe color of #fc2385 is #ff3399. Color #fc2385 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00100011 10000101
Octal 374 43 205
Decimal 252 35 133
Hex FC 23 85

RGB Percentages of Color #fc2385

%60.00
%8.33
%31.67

CMYK Percentages of Color #fc2385

%0
%86
%47
%1

Triadic Colors of #fc2385

#fc2385 #85fc23 #2385fc

Analogous Colors of #fc2385

#fc2385 #fc2d23 #fc23f2

Monochromatic Colors of #fc2385

#fc2385

Complementary Color

#fc2385 #23fc9a

#fc2385 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc2385 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc2385 Color CSS Codes

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

#fc2385 Text Font Color

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

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


#fc2385 Background Color

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

This div background color is #fc2385


#fc2385 Border Color

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

This div border color is #fc2385


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc2385


Comments

No comments written yet.

Please login to write comment.