Color Hex Logo

#f153cb Color Hex

#F153CB
(241,83,203)
0 Favorites   0 Comments

Color spaces of #f153cb

RGB 24183203
HSL0.870.850.64
HSV314°66°95°
CMYK 0.000.660.16   0.05
XYZ50.148429.199159.4928
Yxy29.19910.36120.2103
Hunter Lab54.036271.0940-27.4518
CIE-Lab60.956972.3153-30.8208

#f153cb color RGB value is (241,83,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 01010011 11001011
Octal 361 123 313
Decimal 241 83 203
Hex F1 53 CB

RGB Percentages of Color #f153cb

%45.73
%15.75
%38.52

CMYK Percentages of Color #f153cb

%0
%66
%16
%5

Triadic Colors of #f153cb

#f153cb #cbf153 #53cbf1

Analogous Colors of #f153cb

#f153cb #f1537c #c853f1

Monochromatic Colors of #f153cb

#f153cb

Complementary Color

#f153cb #53f179

#f153cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f153cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f153cb Color CSS Codes

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

#f153cb Text Font Color

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

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


#f153cb Background Color

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

This div background color is #f153cb


#f153cb Border Color

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

This div border color is #f153cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(241,83,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f153cb


Comments

No comments written yet.

Please login to write comment.