Color Hex Logo

#fc2bbd Color Hex

#FC2BBD
(252,43,189)
0 Favorites   0 Comments

Color spaces of #fc2bbd

RGB 25243189
HSL0.880.970.58
HSV318°83°99°
CMYK 0.000.830.25   0.01
XYZ50.194126.097350.5359
Yxy26.09730.39580.2058
Hunter Lab51.085585.9856-22.8923
CIE-Lab58.129384.6261-27.0404

#fc2bbd color RGB value is (252,43,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00101011 10111101
Octal 374 53 275
Decimal 252 43 189
Hex FC 2B BD

RGB Percentages of Color #fc2bbd

%52.07
%8.88
%39.05

CMYK Percentages of Color #fc2bbd

%0
%83
%25
%1

Triadic Colors of #fc2bbd

#fc2bbd #bdfc2b #2bbdfc

Analogous Colors of #fc2bbd

#fc2bbd #fc2b55 #d32bfc

Monochromatic Colors of #fc2bbd

#fc2bbd

Complementary Color

#fc2bbd #2bfc6a

#fc2bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc2bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc2bbd Color CSS Codes

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

#fc2bbd Text Font Color

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

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


#fc2bbd Background Color

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

This div background color is #fc2bbd


#fc2bbd Border Color

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

This div border color is #fc2bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc2bbd

Related Colors


Comments

No comments written yet.

Please login to write comment.