Color Hex Logo

#ff065c Color Hex

#FF065C
(255,6,92)
0 Favorites   0 Comments

Color spaces of #ff065c

RGB 255692
HSL0.941.000.51
HSV339°98°100°
CMYK 0.000.980.64   0.00
XYZ43.236922.163012.1243
Yxy22.16300.55770.2859
Hunter Lab47.077681.551817.6849
CIE-Lab54.199581.956324.8144

#ff065c color RGB value is (255,6,92).

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

The process color (four color CMYK) of #ff065c color hex is 0.00, 0.98, 0.64, 0.00. Web safe color of #ff065c is #ff0066. Color #ff065c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 00000110 01011100
Octal 377 6 134
Decimal 255 6 92
Hex FF 6 5C

RGB Percentages of Color #ff065c

%72.24
%1.70
%26.06

CMYK Percentages of Color #ff065c

%0
%98
%64
%0

Triadic Colors of #ff065c

#ff065c #5cff06 #065cff

Analogous Colors of #ff065c

#ff065c #ff2c06 #ff06d9

Monochromatic Colors of #ff065c

#ff065c

Complementary Color

#ff065c #06ffa9

#ff065c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff065c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff065c Color CSS Codes

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

#ff065c Text Font Color

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

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


#ff065c Background Color

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

This div background color is #ff065c


#ff065c Border Color

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

This div border color is #ff065c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff065c

Related Colors


Comments

No comments written yet.

Please login to write comment.