Color Hex Logo

#f098cd Color Hex

#F098CD
(240,152,205)
0 Favorites   0 Comments

Color spaces of #f098cd

RGB 240152205
HSL0.900.750.77
HSV324°37°94°
CMYK 0.000.370.15   0.06
XYZ58.182945.389563.4521
Yxy45.38950.34830.2718
Hunter Lab67.371736.2539-8.6803
CIE-Lab73.147640.2866-13.3519

#f098cd color RGB value is (240,152,205).

#f098cd hex color red value is 240, green value is 152 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #f098cd hue: 0.90 , saturation: 0.75 and the lightness value of f098cd is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 10011000 11001101
Octal 360 230 315
Decimal 240 152 205
Hex F0 98 CD

RGB Percentages of Color #f098cd

%40.20
%25.46
%34.34

CMYK Percentages of Color #f098cd

%0
%37
%15
%6

Triadic Colors of #f098cd

#f098cd #cdf098 #98cdf0

Analogous Colors of #f098cd

#f098cd #f098a1 #e798f0

Monochromatic Colors of #f098cd

#f098cd

Complementary Color

#f098cd #98f0bb

#f098cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f098cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f098cd Color CSS Codes

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

#f098cd Text Font Color

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

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


#f098cd Background Color

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

This div background color is #f098cd


#f098cd Border Color

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

This div border color is #f098cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,152,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f098cd


Comments

No comments written yet.

Please login to write comment.