Color Hex Logo

#ff679a Color Hex

#FF679A
(255,103,154)
0 Favorites   0 Comments

Color spaces of #ff679a

RGB 255103154
HSL0.941.000.70
HSV340°60°100°
CMYK 0.000.600.40   0.00
XYZ51.923033.293634.2615
Yxy33.29360.43460.2787
Hunter Lab57.700659.65065.1852
CIE-Lab64.397962.19402.5838

#ff679a color RGB value is (255,103,154).

#ff679a hex color red value is 255, green value is 103 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #ff679a hue: 0.94 , saturation: 1.00 and the lightness value of ff679a is 0.70.

The process color (four color CMYK) of #ff679a color hex is 0.00, 0.60, 0.40, 0.00. Web safe color of #ff679a is #ff6699. Color #ff679a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01100111 10011010
Octal 377 147 232
Decimal 255 103 154
Hex FF 67 9A

RGB Percentages of Color #ff679a

%49.80
%20.12
%30.08

CMYK Percentages of Color #ff679a

%0
%60
%40
%0

Triadic Colors of #ff679a

#ff679a #9aff67 #679aff

Analogous Colors of #ff679a

#ff679a #ff8067 #ff67e6

Monochromatic Colors of #ff679a

#ff679a

Complementary Color

#ff679a #67ffcc

#ff679a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff679a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff679a Color CSS Codes

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

#ff679a Text Font Color

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

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


#ff679a Background Color

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

This div background color is #ff679a


#ff679a Border Color

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

This div border color is #ff679a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,103,154, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff679a

#ff679a Color Palettes


Comments

No comments written yet.

Please login to write comment.