Color Hex Logo

#f283cc Color Hex

#F283CC
(242,131,204)
0 Favorites   0 Comments

Color spaces of #f283cc

RGB 242131204
HSL0.890.810.73
HSV321°46°95°
CMYK 0.000.460.16   0.05
XYZ55.633339.469561.8129
Yxy39.46950.35450.2515
Hunter Lab62.824848.1240-14.3577
CIE-Lab69.090051.4823-18.8967

#f283cc color RGB value is (242,131,204).

#f283cc hex color red value is 242, green value is 131 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #f283cc hue: 0.89 , saturation: 0.81 and the lightness value of f283cc is 0.73.

The process color (four color CMYK) of #f283cc color hex is 0.00, 0.46, 0.16, 0.05. Web safe color of #f283cc is #ff99cc. Color #f283cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 10000011 11001100
Octal 362 203 314
Decimal 242 131 204
Hex F2 83 CC

RGB Percentages of Color #f283cc

%41.94
%22.70
%35.36

CMYK Percentages of Color #f283cc

%0
%46
%16
%5

Triadic Colors of #f283cc

#f283cc #ccf283 #83ccf2

Analogous Colors of #f283cc

#f283cc #f28395 #e183f2

Monochromatic Colors of #f283cc

#f283cc

Complementary Color

#f283cc #83f2a9

#f283cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f283cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f283cc Color CSS Codes

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

#f283cc Text Font Color

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

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


#f283cc Background Color

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

This div background color is #f283cc


#f283cc Border Color

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

This div border color is #f283cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(242,131,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f283cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f283cc;
  -webkit-box-shadow: 1px 1px 3px 2px #f283cc;
  box-shadow:         1px 1px 3px 2px #f283cc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(242,131,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f283cc


Comments

No comments written yet.

Please login to write comment.