Color Hex Logo

#f93adb Color Hex

#F93ADB
(249,58,219)
0 Favorites   0 Comments

Color spaces of #f93adb

RGB 24958219
HSL0.860.940.60
HSV309°77°98°
CMYK 0.000.770.12   0.02
XYZ53.366228.280369.6638
Yxy28.28030.35270.1869
Hunter Lab53.179286.0640-40.4433
CIE-Lab60.141184.2947-41.0594

#f93adb color RGB value is (249,58,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 00111010 11011011
Octal 371 72 333
Decimal 249 58 219
Hex F9 3A DB

RGB Percentages of Color #f93adb

%47.34
%11.03
%41.63

CMYK Percentages of Color #f93adb

%0
%77
%12
%2

Triadic Colors of #f93adb

#f93adb #dbf93a #3adbf9

Analogous Colors of #f93adb

#f93adb #f93a7c #b83af9

Monochromatic Colors of #f93adb

#f93adb

Complementary Color

#f93adb #3af958

#f93adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f93adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f93adb Color CSS Codes

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

#f93adb Text Font Color

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

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


#f93adb Background Color

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

This div background color is #f93adb


#f93adb Border Color

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

This div border color is #f93adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f93adb

Related Colors


Comments

No comments written yet.

Please login to write comment.