Color Hex Logo

#f088cb Color Hex

#F088CB
(240,136,203)
0 Favorites   0 Comments

Color spaces of #f088cb

RGB 240136203
HSL0.890.780.74
HSV321°43°94°
CMYK 0.000.430.15   0.06
XYZ55.518840.445461.3805
Yxy40.44540.35280.2570
Hunter Lab63.596744.5331-12.7062
CIE-Lab69.785648.1969-17.3103

#f088cb color RGB value is (240,136,203).

#f088cb hex color red value is 240, green value is 136 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #f088cb hue: 0.89 , saturation: 0.78 and the lightness value of f088cb is 0.74.

The process color (four color CMYK) of #f088cb color hex is 0.00, 0.43, 0.15, 0.06. Web safe color of #f088cb is #ff99cc. Color #f088cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10001000 11001011
Octal 360 210 313
Decimal 240 136 203
Hex F0 88 CB

RGB Percentages of Color #f088cb

%41.45
%23.49
%35.06

CMYK Percentages of Color #f088cb

%0
%43
%15
%6

Triadic Colors of #f088cb

#f088cb #cbf088 #88cbf0

Analogous Colors of #f088cb

#f088cb #f08897 #e188f0

Monochromatic Colors of #f088cb

#f088cb

Complementary Color

#f088cb #88f0ad

#f088cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f088cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f088cb Color CSS Codes

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

#f088cb Text Font Color

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

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


#f088cb Background Color

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

This div background color is #f088cb


#f088cb Border Color

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

This div border color is #f088cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f088cb


Comments

No comments written yet.

Please login to write comment.