Color Hex Logo

#f153db Color Hex

#F153DB
(241,83,219)
0 Favorites   0 Comments

Color spaces of #f153db

RGB 24183219
HSL0.860.850.64
HSV308°66°95°
CMYK 0.000.660.09   0.05
XYZ52.155130.001870.0599
Yxy30.00180.34260.1971
Hunter Lab54.773974.1114-37.4946
CIE-Lab61.655874.6218-38.7739

#f153db color RGB value is (241,83,219).

#f153db hex color red value is 241, green value is 83 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #f153db hue: 0.86 , saturation: 0.85 and the lightness value of f153db is 0.64.

The process color (four color CMYK) of #f153db color hex is 0.00, 0.66, 0.09, 0.05. Web safe color of #f153db is #ff66cc. Color #f153db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01010011 11011011
Octal 361 123 333
Decimal 241 83 219
Hex F1 53 DB

RGB Percentages of Color #f153db

%44.38
%15.29
%40.33

CMYK Percentages of Color #f153db

%0
%66
%9
%5

Triadic Colors of #f153db

#f153db #dbf153 #53dbf1

Analogous Colors of #f153db

#f153db #f1538c #b853f1

Monochromatic Colors of #f153db

#f153db

Complementary Color

#f153db #53f169

#f153db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f153db Color Preview on White Background

Lorem ipsum dolor sit amet.

#f153db Color CSS Codes

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

#f153db Text Font Color

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

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


#f153db Background Color

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

This div background color is #f153db


#f153db Border Color

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

This div border color is #f153db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f153db


Comments

No comments written yet.

Please login to write comment.