Color Hex Logo

#fc38bd Color Hex

#FC38BD
(252,56,189)
0 Favorites   0 Comments

Color spaces of #fc38bd

RGB 25256189
HSL0.890.970.60
HSV319°78°99°
CMYK 0.000.780.25   0.01
XYZ50.744427.197950.7193
Yxy27.19790.39440.2114
Hunter Lab52.151682.4182-21.1555
CIE-Lab59.157181.6677-25.4555

#fc38bd color RGB value is (252,56,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00111000 10111101
Octal 374 70 275
Decimal 252 56 189
Hex FC 38 BD

RGB Percentages of Color #fc38bd

%50.70
%11.27
%38.03

CMYK Percentages of Color #fc38bd

%0
%78
%25
%1

Triadic Colors of #fc38bd

#fc38bd #bdfc38 #38bdfc

Analogous Colors of #fc38bd

#fc38bd #fc385b #d938fc

Monochromatic Colors of #fc38bd

#fc38bd

Complementary Color

#fc38bd #38fc77

#fc38bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc38bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc38bd Color CSS Codes

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

#fc38bd Text Font Color

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

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


#fc38bd Background Color

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

This div background color is #fc38bd


#fc38bd Border Color

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

This div border color is #fc38bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc38bd


Comments

No comments written yet.

Please login to write comment.