Color Hex Logo

#fa38db Color Hex

#FA38DB
(250,56,219)
0 Favorites   0 Comments

Color spaces of #fa38db

RGB 25056219
HSL0.860.950.60
HSV310°78°98°
CMYK 0.000.780.12   0.02
XYZ53.624728.266869.6475
Yxy28.26680.35390.1865
Hunter Lab53.166586.9968-40.4526
CIE-Lab60.129085.0119-41.0668

#fa38db color RGB value is (250,56,219).

#fa38db hex color red value is 250, green value is 56 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #fa38db hue: 0.86 , saturation: 0.95 and the lightness value of fa38db is 0.60.

The process color (four color CMYK) of #fa38db color hex is 0.00, 0.78, 0.12, 0.02. Web safe color of #fa38db is #ff33cc. Color #fa38db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00111000 11011011
Octal 372 70 333
Decimal 250 56 219
Hex FA 38 DB

RGB Percentages of Color #fa38db

%47.62
%10.67
%41.71

CMYK Percentages of Color #fa38db

%0
%78
%12
%2

Triadic Colors of #fa38db

#fa38db #dbfa38 #38dbfa

Analogous Colors of #fa38db

#fa38db #fa387a #b838fa

Monochromatic Colors of #fa38db

#fa38db

Complementary Color

#fa38db #38fa57

#fa38db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa38db Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa38db Color CSS Codes

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

#fa38db Text Font Color

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

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


#fa38db Background Color

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

This div background color is #fa38db


#fa38db Border Color

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

This div border color is #fa38db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa38db

Related Colors


Comments

No comments written yet.

Please login to write comment.