Color Hex Logo

#fc37d8 Color Hex

#FC37D8
(252,55,216)
0 Favorites   0 Comments

Color spaces of #fc37d8

RGB 25255216
HSL0.860.970.60
HSV311°78°99°
CMYK 0.000.780.14   0.01
XYZ53.905728.385767.6036
Yxy28.38570.35960.1894
Hunter Lab53.278287.3653-37.9370
CIE-Lab60.235685.2728-39.1806

#fc37d8 color RGB value is (252,55,216).

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

The process color (four color CMYK) of #fc37d8 color hex is 0.00, 0.78, 0.14, 0.01. Web safe color of #fc37d8 is #ff33cc. Color #fc37d8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00110111 11011000
Octal 374 67 330
Decimal 252 55 216
Hex FC 37 D8

RGB Percentages of Color #fc37d8

%48.18
%10.52
%41.30

CMYK Percentages of Color #fc37d8

%0
%78
%14
%1

Triadic Colors of #fc37d8

#fc37d8 #d8fc37 #37d8fc

Analogous Colors of #fc37d8

#fc37d8 #fc3776 #be37fc

Monochromatic Colors of #fc37d8

#fc37d8

Complementary Color

#fc37d8 #37fc5b

#fc37d8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc37d8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc37d8 Color CSS Codes

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

#fc37d8 Text Font Color

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

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


#fc37d8 Background Color

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

This div background color is #fc37d8


#fc37d8 Border Color

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

This div border color is #fc37d8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc37d8


Comments

No comments written yet.

Please login to write comment.