Color Hex Logo

#fc1bd4 Color Hex

#FC1BD4
(252,27,212)
0 Favorites   0 Comments

Color spaces of #fc1bd4

RGB 25227212
HSL0.860.970.55
HSV311°89°99°
CMYK 0.000.890.16   0.01
XYZ52.420526.232864.5879
Yxy26.23280.36600.1831
Hunter Lab51.218093.0595-38.9145
CIE-Lab58.257489.9633-40.0156

#fc1bd4 color RGB value is (252,27,212).

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

The process color (four color CMYK) of #fc1bd4 color hex is 0.00, 0.89, 0.16, 0.01. Web safe color of #fc1bd4 is #ff33cc. Color #fc1bd4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00011011 11010100
Octal 374 33 324
Decimal 252 27 212
Hex FC 1B D4

RGB Percentages of Color #fc1bd4

%51.32
%5.50
%43.18

CMYK Percentages of Color #fc1bd4

%0
%89
%16
%1

Triadic Colors of #fc1bd4

#fc1bd4 #d4fc1b #1bd4fc

Analogous Colors of #fc1bd4

#fc1bd4 #fc1b64 #b41bfc

Monochromatic Colors of #fc1bd4

#fc1bd4

Complementary Color

#fc1bd4 #1bfc43

#fc1bd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc1bd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc1bd4 Color CSS Codes

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

#fc1bd4 Text Font Color

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

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


#fc1bd4 Background Color

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

This div background color is #fc1bd4


#fc1bd4 Border Color

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

This div border color is #fc1bd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc1bd4

Related Colors


Comments

No comments written yet.

Please login to write comment.