Color Hex Logo

#ff695a Color Hex

#FF695A
(255,105,90)
0 Favorites   0 Comments

Color spaces of #ff695a

RGB 25510590
HSL0.021.000.68
HSV65°100°
CMYK 0.000.590.65   0.00
XYZ48.137032.101313.3319
Yxy32.10130.51440.3431
Hunter Lab56.658052.503225.7094
CIE-Lab63.426556.195037.6290

#ff695a color RGB value is (255,105,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01101001 01011010
Octal 377 151 132
Decimal 255 105 90
Hex FF 69 5A

RGB Percentages of Color #ff695a

%56.67
%23.33
%20.00

CMYK Percentages of Color #ff695a

%0
%59
%65
%0

Triadic Colors of #ff695a

#ff695a #5aff69 #695aff

Analogous Colors of #ff695a

#ff695a #ffbc5a #ff5a9e

Monochromatic Colors of #ff695a

#ff695a

Complementary Color

#ff695a #5af0ff

#ff695a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff695a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff695a Color CSS Codes

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

#ff695a Text Font Color

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

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


#ff695a Background Color

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

This div background color is #ff695a


#ff695a Border Color

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

This div border color is #ff695a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff695a


Comments

No comments written yet.

Please login to write comment.