Color Hex Logo

#f785ae Color Hex

#F785AE
(247,133,174)
0 Favorites   0 Comments

Color spaces of #f785ae

RGB 247133174
HSL0.940.880.75
HSV338°46°97°
CMYK 0.000.460.30   0.03
XYZ54.385339.605244.8225
Yxy39.60520.39180.2853
Hunter Lab62.932744.12441.8248
CIE-Lab69.187447.9113-1.9043

#f785ae color RGB value is (247,133,174).

#f785ae hex color red value is 247, green value is 133 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #f785ae hue: 0.94 , saturation: 0.88 and the lightness value of f785ae is 0.75.

The process color (four color CMYK) of #f785ae color hex is 0.00, 0.46, 0.30, 0.03. Web safe color of #f785ae is #ff9999. Color #f785ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 10000101 10101110
Octal 367 205 256
Decimal 247 133 174
Hex F7 85 AE

RGB Percentages of Color #f785ae

%44.58
%24.01
%31.41

CMYK Percentages of Color #f785ae

%0
%46
%30
%3

Triadic Colors of #f785ae

#f785ae #aef785 #85aef7

Analogous Colors of #f785ae

#f785ae #f79585 #f785e7

Monochromatic Colors of #f785ae

#f785ae

Complementary Color

#f785ae #85f7ce

#f785ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f785ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#f785ae Color CSS Codes

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

#f785ae Text Font Color

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

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


#f785ae Background Color

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

This div background color is #f785ae


#f785ae Border Color

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

This div border color is #f785ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f785ae


Comments

No comments written yet.

Please login to write comment.