color codes Logo

#fc23c4 color codes

#FC23C4
(252,35,196)
0 Favorites   0 Comments

Color spaces of #fc23c4

RGB 25235196
HSL0.880.970.56
HSV315°86°99°
CMYK 0.000.860.22   0.01
XYZ50.709725.883054.5478
Yxy25.88300.38670.1974
Hunter Lab50.875388.8870-27.9571
CIE-Lab57.925886.8822-31.3850

#fc23c4 color RGB value is (252,35,196).

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

The process color (four color CMYK) of #fc23c4 color code is 0.00, 0.86, 0.22, 0.01. Web safe color of #fc23c4 is #ff33cc. Color #fc23c4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00100011 11000100
Octal 374 43 304
Decimal 252 35 196
Hex FC 23 C4

RGB Percentages of Color #fc23c4

%52.17
%7.25
%40.58

CMYK Percentages of Color #fc23c4

%0
%86
%22
%1

Triadic Colors of #fc23c4

#fc23c4 #c4fc23 #23c4fc

Analogous Colors of #fc23c4

#fc23c4 #fc2358 #c823fc

Monochromatic Colors of #fc23c4

#fc23c4

Complementary Color

#fc23c4 #23fc5b

#fc23c4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc23c4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc23c4 Color CSS Codes

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

#fc23c4 Text Font Color

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

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


#fc23c4 Background Color

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

This div background color is #fc23c4


#fc23c4 Border Color

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

This div border color is #fc23c4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc23c4


Comments

No comments written yet.

Please login to write comment.