Color Hex Logo

#f982cb Color Hex

#F982CB
(249,130,203)
0 Favorites   0 Comments

Color spaces of #f982cb

RGB 249130203
HSL0.900.910.74
HSV323°48°98°
CMYK 0.000.480.18   0.02
XYZ57.829040.416861.2532
Yxy40.41680.36260.2534
Hunter Lab63.574251.1141-12.6235
CIE-Lab69.765454.0028-17.2309

#f982cb color RGB value is (249,130,203).

#f982cb hex color red value is 249, green value is 130 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #f982cb hue: 0.90 , saturation: 0.91 and the lightness value of f982cb is 0.74.

The process color (four color CMYK) of #f982cb color hex is 0.00, 0.48, 0.18, 0.02. Web safe color of #f982cb is #ff99cc. Color #f982cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10000010 11001011
Octal 371 202 313
Decimal 249 130 203
Hex F9 82 CB

RGB Percentages of Color #f982cb

%42.78
%22.34
%34.88

CMYK Percentages of Color #f982cb

%0
%48
%18
%2

Triadic Colors of #f982cb

#f982cb #cbf982 #82cbf9

Analogous Colors of #f982cb

#f982cb #f98290 #ec82f9

Monochromatic Colors of #f982cb

#f982cb

Complementary Color

#f982cb #82f9b0

#f982cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f982cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f982cb Color CSS Codes

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

#f982cb Text Font Color

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

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


#f982cb Background Color

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

This div background color is #f982cb


#f982cb Border Color

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

This div border color is #f982cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f982cb

Related Colors


Comments

No comments written yet.

Please login to write comment.