Color Hex Logo

#fa7bca Color Hex

#FA7BCA
(250,123,202)
0 Favorites   0 Comments

Color spaces of #fa7bca

RGB 250123202
HSL0.900.930.73
HSV323°51°98°
CMYK 0.000.510.19   0.02
XYZ57.168038.754260.3443
Yxy38.75420.36580.2480
Hunter Lab62.252954.9774-13.8953
CIE-Lab68.572857.5225-18.4663

#fa7bca color RGB value is (250,123,202).

#fa7bca hex color red value is 250, green value is 123 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #fa7bca hue: 0.90 , saturation: 0.93 and the lightness value of fa7bca is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01111011 11001010
Octal 372 173 312
Decimal 250 123 202
Hex FA 7B CA

RGB Percentages of Color #fa7bca

%43.48
%21.39
%35.13

CMYK Percentages of Color #fa7bca

%0
%51
%19
%2

Triadic Colors of #fa7bca

#fa7bca #cafa7b #7bcafa

Analogous Colors of #fa7bca

#fa7bca #fa7b8b #eb7bfa

Monochromatic Colors of #fa7bca

#fa7bca

Complementary Color

#fa7bca #7bfaab

#fa7bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa7bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa7bca Color CSS Codes

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

#fa7bca Text Font Color

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

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


#fa7bca Background Color

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

This div background color is #fa7bca


#fa7bca Border Color

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

This div border color is #fa7bca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa7bca


Comments

No comments written yet.

Please login to write comment.