Color Hex Logo

#fa72cb Color Hex

#FA72CB
(250,114,203)
0 Favorites   0 Comments

Color spaces of #fa72cb

RGB 250114203
HSL0.890.930.71
HSV321°54°98°
CMYK 0.000.540.19   0.02
XYZ56.221136.670460.6148
Yxy36.67040.36620.2389
Hunter Lab60.556159.7487-16.9582
CIE-Lab67.029061.8337-21.3732

#fa72cb color RGB value is (250,114,203).

#fa72cb hex color red value is 250, green value is 114 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #fa72cb hue: 0.89 , saturation: 0.93 and the lightness value of fa72cb is 0.71.

The process color (four color CMYK) of #fa72cb color hex is 0.00, 0.54, 0.19, 0.02. Web safe color of #fa72cb is #ff66cc. Color #fa72cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01110010 11001011
Octal 372 162 313
Decimal 250 114 203
Hex FA 72 CB

RGB Percentages of Color #fa72cb

%44.09
%20.11
%35.80

CMYK Percentages of Color #fa72cb

%0
%54
%19
%2

Triadic Colors of #fa72cb

#fa72cb #cbfa72 #72cbfa

Analogous Colors of #fa72cb

#fa72cb #fa7287 #e572fa

Monochromatic Colors of #fa72cb

#fa72cb

Complementary Color

#fa72cb #72faa1

#fa72cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa72cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa72cb Color CSS Codes

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

#fa72cb Text Font Color

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

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


#fa72cb Background Color

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

This div background color is #fa72cb


#fa72cb Border Color

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

This div border color is #fa72cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa72cb

Related Colors


Comments

No comments written yet.

Please login to write comment.