Color Hex Logo

#fc38da Color Hex

#FC38DA
(252,56,218)
0 Favorites   0 Comments

Color spaces of #fc38da

RGB 25256218
HSL0.860.970.60
HSV310°78°99°
CMYK 0.000.780.13   0.01
XYZ54.213928.585768.9899
Yxy28.58570.35720.1883
Hunter Lab53.465687.4335-39.0796
CIE-Lab60.414285.2902-40.0310

#fc38da color RGB value is (252,56,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00111000 11011010
Octal 374 70 332
Decimal 252 56 218
Hex FC 38 DA

RGB Percentages of Color #fc38da

%47.91
%10.65
%41.44

CMYK Percentages of Color #fc38da

%0
%78
%13
%1

Triadic Colors of #fc38da

#fc38da #dafc38 #38dafc

Analogous Colors of #fc38da

#fc38da #fc3878 #bc38fc

Monochromatic Colors of #fc38da

#fc38da

Complementary Color

#fc38da #38fc5a

#fc38da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc38da Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc38da Color CSS Codes

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

#fc38da Text Font Color

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

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


#fc38da Background Color

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

This div background color is #fc38da


#fc38da Border Color

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

This div border color is #fc38da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc38da


Comments

No comments written yet.

Please login to write comment.