Color Hex Logo

#f565ae Color Hex

#F565AE
(245,101,174)
0 Favorites   0 Comments

Color spaces of #f565ae

RGB 245101174
HSL0.920.880.68
HSV330°59°96°
CMYK 0.000.590.29   0.04
XYZ49.949931.775843.5451
Yxy31.77580.39870.2537
Hunter Lab56.370059.5226-6.3417
CIE-Lab63.157262.2978-10.8743

#f565ae color RGB value is (245,101,174).

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

The process color (four color CMYK) of #f565ae color hex is 0.00, 0.59, 0.29, 0.04. Web safe color of #f565ae is #ff6699. Color #f565ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 01100101 10101110
Octal 365 145 256
Decimal 245 101 174
Hex F5 65 AE

RGB Percentages of Color #f565ae

%47.12
%19.42
%33.46

CMYK Percentages of Color #f565ae

%0
%59
%29
%4

Triadic Colors of #f565ae

#f565ae #aef565 #65aef5

Analogous Colors of #f565ae

#f565ae #f56566 #f465f5

Monochromatic Colors of #f565ae

#f565ae

Complementary Color

#f565ae #65f5ac

#f565ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f565ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#f565ae Color CSS Codes

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

#f565ae Text Font Color

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

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


#f565ae Background Color

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

This div background color is #f565ae


#f565ae Border Color

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

This div border color is #f565ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f565ae


Comments

No comments written yet.

Please login to write comment.