Color Hex Logo

#fba2fd Color Hex

#FBA2FD
(251,162,253)
0 Favorites   0 Comments

Color spaces of #fba2fd

RGB 251162253
HSL0.830.960.81
HSV299°36°99°
CMYK 0.010.360.00   0.01
XYZ70.433653.441799.5315
Yxy53.44170.31530.2392
Hunter Lab73.103844.0483-29.5512
CIE-Lab78.135146.7092-31.8002

#fba2fd color RGB value is (251,162,253).

#fba2fd hex color red value is 251, green value is 162 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #fba2fd hue: 0.83 , saturation: 0.96 and the lightness value of fba2fd is 0.81.

The process color (four color CMYK) of #fba2fd color hex is 0.01, 0.36, 0.00, 0.01. Web safe color of #fba2fd is #ff99ff. Color #fba2fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100010 11111101
Octal 373 242 375
Decimal 251 162 253
Hex FB A2 FD

RGB Percentages of Color #fba2fd

%37.69
%24.32
%37.99

CMYK Percentages of Color #fba2fd

%1
%36
%0
%1

Triadic Colors of #fba2fd

#fba2fd #fdfba2 #a2fdfb

Analogous Colors of #fba2fd

#fba2fd #fda2d2 #cea2fd

Monochromatic Colors of #fba2fd

#fba2fd

Complementary Color

#fba2fd #a4fda2

#fba2fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba2fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba2fd Color CSS Codes

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

#fba2fd Text Font Color

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

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


#fba2fd Background Color

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

This div background color is #fba2fd


#fba2fd Border Color

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

This div border color is #fba2fd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(251,162,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fba2fd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fba2fd;
  -webkit-box-shadow: 1px 1px 3px 2px #fba2fd;
  box-shadow:         1px 1px 3px 2px #fba2fd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,162,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba2fd

Related Colors


Comments

No comments written yet.

Please login to write comment.