Color Hex Logo

#fc1bed Color Hex

#FC1BED
(252,27,237)
0 Favorites   0 Comments

Color spaces of #fc1bed

RGB 25227237
HSL0.840.970.55
HSV304°89°99°
CMYK 0.000.890.06   0.01
XYZ55.822927.593782.5047
Yxy27.59370.33640.1663
Hunter Lab52.529797.7635-56.3518
CIE-Lab59.519993.2074-52.1281

#fc1bed color RGB value is (252,27,237).

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

The process color (four color CMYK) of #fc1bed color hex is 0.00, 0.89, 0.06, 0.01. Web safe color of #fc1bed is #ff33ff. Color #fc1bed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00011011 11101101
Octal 374 33 355
Decimal 252 27 237
Hex FC 1B ED

RGB Percentages of Color #fc1bed

%48.84
%5.23
%45.93

CMYK Percentages of Color #fc1bed

%0
%89
%6
%1

Triadic Colors of #fc1bed

#fc1bed #edfc1b #1bedfc

Analogous Colors of #fc1bed

#fc1bed #fc1b7d #9b1bfc

Monochromatic Colors of #fc1bed

#fc1bed

Complementary Color

#fc1bed #1bfc2a

#fc1bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc1bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc1bed Color CSS Codes

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

#fc1bed Text Font Color

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

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


#fc1bed Background Color

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

This div background color is #fc1bed


#fc1bed Border Color

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

This div border color is #fc1bed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc1bed


Comments

No comments written yet.

Please login to write comment.