Color Hex Logo

#ff6575 Color Hex

#FF6575
(255,101,117)
0 Favorites   0 Comments

Color spaces of #ff6575

RGB 255101117
HSL0.981.000.70
HSV354°60°100°
CMYK 0.000.600.54   0.00
XYZ49.104631.851720.3895
Yxy31.85170.48450.3143
Hunter Lab56.437356.542818.0860
CIE-Lab63.220159.737322.1637

#ff6575 color RGB value is (255,101,117).

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

The process color (four color CMYK) of #ff6575 color hex is 0.00, 0.60, 0.54, 0.00. Web safe color of #ff6575 is #ff6666. Color #ff6575 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01100101 01110101
Octal 377 145 165
Decimal 255 101 117
Hex FF 65 75

RGB Percentages of Color #ff6575

%53.91
%21.35
%24.74

CMYK Percentages of Color #ff6575

%0
%60
%54
%0

Triadic Colors of #ff6575

#ff6575 #75ff65 #6575ff

Analogous Colors of #ff6575

#ff6575 #ffa265 #ff65c2

Monochromatic Colors of #ff6575

#ff6575

Complementary Color

#ff6575 #65ffef

#ff6575 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff6575 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff6575 Color CSS Codes

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

#ff6575 Text Font Color

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

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


#ff6575 Background Color

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

This div background color is #ff6575


#ff6575 Border Color

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

This div border color is #ff6575


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff6575

Related Colors


Comments

No comments written yet.

Please login to write comment.