Color Hex Logo

#f565bc Color Hex

#F565BC
(245,101,188)
0 Favorites   0 Comments

Color spaces of #f565bc

RGB 245101188
HSL0.900.880.68
HSV324°59°96°
CMYK 0.000.590.23   0.04
XYZ51.387032.350751.1129
Yxy32.35070.38110.2399
Hunter Lab56.877761.7326-13.4664
CIE-Lab63.631764.0855-18.1407

#f565bc color RGB value is (245,101,188).

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

The process color (four color CMYK) of #f565bc color hex is 0.00, 0.59, 0.23, 0.04. Web safe color of #f565bc is #ff66cc. Color #f565bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 01100101 10111100
Octal 365 145 274
Decimal 245 101 188
Hex F5 65 BC

RGB Percentages of Color #f565bc

%45.88
%18.91
%35.21

CMYK Percentages of Color #f565bc

%0
%59
%23
%4

Triadic Colors of #f565bc

#f565bc #bcf565 #65bcf5

Analogous Colors of #f565bc

#f565bc #f56574 #e665f5

Monochromatic Colors of #f565bc

#f565bc

Complementary Color

#f565bc #65f59e

#f565bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f565bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f565bc Color CSS Codes

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

#f565bc Text Font Color

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

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


#f565bc Background Color

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

This div background color is #f565bc


#f565bc Border Color

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

This div border color is #f565bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f565bc


Comments

No comments written yet.

Please login to write comment.