Color Hex Logo

#f828cb Color Hex

#F828CB
(248,40,203)
0 Favorites   0 Comments

Color spaces of #f828cb

RGB 24840203
HSL0.870.940.56
HSV313°84°97°
CMYK 0.000.840.18   0.03
XYZ50.249725.785858.8286
Yxy25.78580.37260.1912
Hunter Lab50.779787.7724-33.1420
CIE-Lab57.833286.0517-35.5958

#f828cb color RGB value is (248,40,203).

#f828cb hex color red value is 248, green value is 40 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #f828cb hue: 0.87 , saturation: 0.94 and the lightness value of f828cb is 0.56.

The process color (four color CMYK) of #f828cb color hex is 0.00, 0.84, 0.18, 0.03. Web safe color of #f828cb is #ff33cc. Color #f828cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 00101000 11001011
Octal 370 50 313
Decimal 248 40 203
Hex F8 28 CB

RGB Percentages of Color #f828cb

%50.51
%8.15
%41.34

CMYK Percentages of Color #f828cb

%0
%84
%18
%3

Triadic Colors of #f828cb

#f828cb #cbf828 #28cbf8

Analogous Colors of #f828cb

#f828cb #f82863 #bd28f8

Monochromatic Colors of #f828cb

#f828cb

Complementary Color

#f828cb #28f855

#f828cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f828cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f828cb Color CSS Codes

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

#f828cb Text Font Color

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

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


#f828cb Background Color

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

This div background color is #f828cb


#f828cb Border Color

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

This div border color is #f828cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f828cb


Comments

No comments written yet.

Please login to write comment.