Color Hex Logo

#f562cb Color Hex

#F562CB
(245,98,203)
0 Favorites   0 Comments

Color spaces of #f562cb

RGB 24598203
HSL0.880.880.67
HSV317°60°96°
CMYK 0.000.600.17   0.04
XYZ52.803432.459659.9822
Yxy32.45960.36350.2235
Hunter Lab56.973365.7321-22.5399
CIE-Lab63.720967.4094-26.5024

#f562cb color RGB value is (245,98,203).

#f562cb hex color red value is 245, green value is 98 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #f562cb hue: 0.88 , saturation: 0.88 and the lightness value of f562cb is 0.67.

The process color (four color CMYK) of #f562cb color hex is 0.00, 0.60, 0.17, 0.04. Web safe color of #f562cb is #ff66cc. Color #f562cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 01100010 11001011
Octal 365 142 313
Decimal 245 98 203
Hex F5 62 CB

RGB Percentages of Color #f562cb

%44.87
%17.95
%37.18

CMYK Percentages of Color #f562cb

%0
%60
%17
%4

Triadic Colors of #f562cb

#f562cb #cbf562 #62cbf5

Analogous Colors of #f562cb

#f562cb #f56282 #d662f5

Monochromatic Colors of #f562cb

#f562cb

Complementary Color

#f562cb #62f58c

#f562cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f562cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f562cb Color CSS Codes

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

#f562cb Text Font Color

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

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


#f562cb Background Color

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

This div background color is #f562cb


#f562cb Border Color

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

This div border color is #f562cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f562cb


Comments

No comments written yet.

Please login to write comment.