Color Hex Logo

#fa24cb Color Hex

#FA24CB
(250,36,203)
0 Favorites   0 Comments

Color spaces of #fa24cb

RGB 25036203
HSL0.870.960.56
HSV313°86°98°
CMYK 0.000.860.19   0.02
XYZ50.834725.897558.8194
Yxy25.89750.37500.1911
Hunter Lab50.889689.2507-32.9061
CIE-Lab57.939687.1557-35.4038

#fa24cb color RGB value is (250,36,203).

#fa24cb hex color red value is 250, green value is 36 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #fa24cb hue: 0.87 , saturation: 0.96 and the lightness value of fa24cb is 0.56.

The process color (four color CMYK) of #fa24cb color hex is 0.00, 0.86, 0.19, 0.02. Web safe color of #fa24cb is #ff33cc. Color #fa24cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00100100 11001011
Octal 372 44 313
Decimal 250 36 203
Hex FA 24 CB

RGB Percentages of Color #fa24cb

%51.12
%7.36
%41.51

CMYK Percentages of Color #fa24cb

%0
%86
%19
%2

Triadic Colors of #fa24cb

#fa24cb #cbfa24 #24cbfa

Analogous Colors of #fa24cb

#fa24cb #fa2460 #be24fa

Monochromatic Colors of #fa24cb

#fa24cb

Complementary Color

#fa24cb #24fa53

#fa24cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa24cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa24cb Color CSS Codes

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

#fa24cb Text Font Color

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

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


#fa24cb Background Color

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

This div background color is #fa24cb


#fa24cb Border Color

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

This div border color is #fa24cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa24cb


Comments

No comments written yet.

Please login to write comment.