Color Hex Logo

#ff694f Color Hex

#FF694F
(255,105,79)
0 Favorites   0 Comments

Color spaces of #ff694f

RGB 25510579
HSL0.021.000.65
HSV69°100°
CMYK 0.000.590.69   0.00
XYZ47.702931.927711.0456
Yxy31.92770.52610.3521
Hunter Lab56.504651.812127.9631
CIE-Lab63.283155.611643.4183

#ff694f color RGB value is (255,105,79).

#ff694f hex color red value is 255, green value is 105 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #ff694f hue: 0.02 , saturation: 1.00 and the lightness value of ff694f is 0.65.

The process color (four color CMYK) of #ff694f color hex is 0.00, 0.59, 0.69, 0.00. Web safe color of #ff694f is #ff6666. Color #ff694f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01101001 01001111
Octal 377 151 117
Decimal 255 105 79
Hex FF 69 4F

RGB Percentages of Color #ff694f

%58.09
%23.92
%18.00

CMYK Percentages of Color #ff694f

%0
%59
%69
%0

Triadic Colors of #ff694f

#ff694f #4fff69 #694fff

Analogous Colors of #ff694f

#ff694f #ffc14f #ff4f8d

Monochromatic Colors of #ff694f

#ff694f

Complementary Color

#ff694f #4fe5ff

#ff694f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff694f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff694f Color CSS Codes

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

#ff694f Text Font Color

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

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


#ff694f Background Color

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

This div background color is #ff694f


#ff694f Border Color

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

This div border color is #ff694f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff694f

Related Colors


Comments

No comments written yet.

Please login to write comment.