Color Hex Logo

#f562bb Color Hex

#F562BB
(245,98,187)
0 Favorites   0 Comments

Color spaces of #f562bb

RGB 24598187
HSL0.900.880.67
HSV324°60°96°
CMYK 0.000.600.24   0.04
XYZ50.993531.735750.4517
Yxy31.73570.38290.2383
Hunter Lab56.334462.9915-13.6645
CIE-Lab63.123865.2321-18.3431

#f562bb color RGB value is (245,98,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 01100010 10111011
Octal 365 142 273
Decimal 245 98 187
Hex F5 62 BB

RGB Percentages of Color #f562bb

%46.23
%18.49
%35.28

CMYK Percentages of Color #f562bb

%0
%60
%24
%4

Triadic Colors of #f562bb

#f562bb #bbf562 #62bbf5

Analogous Colors of #f562bb

#f562bb #f56272 #e662f5

Monochromatic Colors of #f562bb

#f562bb

Complementary Color

#f562bb #62f59c

#f562bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f562bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f562bb Color CSS Codes

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

#f562bb Text Font Color

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

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


#f562bb Background Color

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

This div background color is #f562bb


#f562bb Border Color

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

This div border color is #f562bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245,98,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f562bb


Comments

No comments written yet.

Please login to write comment.