Color Hex Logo

#fb67ae Color Hex

#FB67AE
(251,103,174)
0 Favorites   0 Comments

Color spaces of #fb67ae

RGB 251103174
HSL0.920.950.69
HSV331°59°98°
CMYK 0.000.590.31   0.02
XYZ52.273933.265743.7102
Yxy33.26570.40440.2574
Hunter Lab57.676460.8462-4.5596
CIE-Lab64.375563.2095-8.9597

#fb67ae color RGB value is (251,103,174).

#fb67ae hex color red value is 251, green value is 103 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #fb67ae hue: 0.92 , saturation: 0.95 and the lightness value of fb67ae is 0.69.

The process color (four color CMYK) of #fb67ae color hex is 0.00, 0.59, 0.31, 0.02. Web safe color of #fb67ae is #ff6699. Color #fb67ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01100111 10101110
Octal 373 147 256
Decimal 251 103 174
Hex FB 67 AE

RGB Percentages of Color #fb67ae

%47.54
%19.51
%32.95

CMYK Percentages of Color #fb67ae

%0
%59
%31
%2

Triadic Colors of #fb67ae

#fb67ae #aefb67 #67aefb

Analogous Colors of #fb67ae

#fb67ae #fb6a67 #fb67f8

Monochromatic Colors of #fb67ae

#fb67ae

Complementary Color

#fb67ae #67fbb4

#fb67ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb67ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb67ae Color CSS Codes

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

#fb67ae Text Font Color

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

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


#fb67ae Background Color

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

This div background color is #fb67ae


#fb67ae Border Color

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

This div border color is #fb67ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb67ae

Related Colors


Comments

No comments written yet.

Please login to write comment.