Color Hex Logo

#fc0bfa Color Hex

#FC0BFA
(252,11,250)
0 Favorites   0 Comments

Color spaces of #fc0bfa

RGB 25211250
HSL0.830.980.52
HSV300°96°99°
CMYK 0.000.960.01   0.01
XYZ57.519927.836992.7839
Yxy27.83690.32290.1563
Hunter Lab52.7607102.2702-67.3337
CIE-Lab59.741196.4546-59.0246

#fc0bfa color RGB value is (252,11,250).

#fc0bfa hex color red value is 252, green value is 11 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #fc0bfa hue: 0.83 , saturation: 0.98 and the lightness value of fc0bfa is 0.52.

The process color (four color CMYK) of #fc0bfa color hex is 0.00, 0.96, 0.01, 0.01. Web safe color of #fc0bfa is #ff00ff. Color #fc0bfa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00001011 11111010
Octal 374 13 372
Decimal 252 11 250
Hex FC B FA

RGB Percentages of Color #fc0bfa

%49.12
%2.14
%48.73

CMYK Percentages of Color #fc0bfa

%0
%96
%1
%1

Triadic Colors of #fc0bfa

#fc0bfa #fafc0b #0bfafc

Analogous Colors of #fc0bfa

#fc0bfa #fc0b82 #860bfc

Monochromatic Colors of #fc0bfa

#fc0bfa

Complementary Color

#fc0bfa #0bfc0d

#fc0bfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc0bfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc0bfa Color CSS Codes

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

#fc0bfa Text Font Color

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

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


#fc0bfa Background Color

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

This div background color is #fc0bfa


#fc0bfa Border Color

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

This div border color is #fc0bfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc0bfa

Related Colors


Comments

No comments written yet.

Please login to write comment.