Color Hex Logo

#fc27bd Color Hex

#FC27BD
(252,39,189)
0 Favorites   0 Comments

Color spaces of #fc27bd

RGB 25239189
HSL0.880.970.57
HSV318°85°99°
CMYK 0.000.850.25   0.01
XYZ50.055725.820650.4898
Yxy25.82060.39610.2043
Hunter Lab50.814086.9119-23.3420
CIE-Lab57.866485.3876-27.4466

#fc27bd color RGB value is (252,39,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00100111 10111101
Octal 374 47 275
Decimal 252 39 189
Hex FC 27 BD

RGB Percentages of Color #fc27bd

%52.50
%8.13
%39.38

CMYK Percentages of Color #fc27bd

%0
%85
%25
%1

Triadic Colors of #fc27bd

#fc27bd #bdfc27 #27bdfc

Analogous Colors of #fc27bd

#fc27bd #fc2752 #d127fc

Monochromatic Colors of #fc27bd

#fc27bd

Complementary Color

#fc27bd #27fc66

#fc27bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc27bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc27bd Color CSS Codes

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

#fc27bd Text Font Color

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

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


#fc27bd Background Color

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

This div background color is #fc27bd


#fc27bd Border Color

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

This div border color is #fc27bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,39,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 #fc27bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc27bd


Comments

No comments written yet.

Please login to write comment.