color codes Logo

#fa87db color codes

#FA87DB
(250,135,219)
0 Favorites   0 Comments

Color spaces of #fa87db

RGB 250135219
HSL0.880.920.75
HSV316°46°98°
CMYK 0.000.460.12   0.02
XYZ60.874542.766472.0641
Yxy42.76640.34650.2434
Hunter Lab65.396051.7153-19.5583
CIE-Lab71.396154.2843-23.6112

#fa87db color RGB value is (250,135,219).

#fa87db hex color red value is 250, green value is 135 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #fa87db hue: 0.88 , saturation: 0.92 and the lightness value of fa87db is 0.75.

The process color (four color CMYK) of #fa87db color code is 0.00, 0.46, 0.12, 0.02. Web safe color of #fa87db is #ff99cc. Color #fa87db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10000111 11011011
Octal 372 207 333
Decimal 250 135 219
Hex FA 87 DB

RGB Percentages of Color #fa87db

%41.39
%22.35
%36.26

CMYK Percentages of Color #fa87db

%0
%46
%12
%2

Triadic Colors of #fa87db

#fa87db #dbfa87 #87dbfa

Analogous Colors of #fa87db

#fa87db #fa87a2 #e087fa

Monochromatic Colors of #fa87db

#fa87db

Complementary Color

#fa87db #87faa6

#fa87db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa87db Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa87db Color CSS Codes

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

#fa87db Text Font Color

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

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


#fa87db Background Color

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

This div background color is #fa87db


#fa87db Border Color

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

This div border color is #fa87db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa87db

Related Colors


Comments

No comments written yet.

Please login to write comment.