Color Hex Logo

#ff0069 Color Hex

#FF0069
(255,0,105)
2 Favorites   0 Comments

Color spaces of #ff0069

RGB 2550105
HSL0.931.000.50
HSV335°100°100°
CMYK 0.001.000.59   0.00
XYZ43.789822.279915.3571
Yxy22.27990.53780.2736
Hunter Lab47.201682.995013.7510
CIE-Lab54.322783.057417.1391

#ff0069 color RGB value is (255,0,105).

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

The process color (four color CMYK) of #ff0069 color hex is 0.00, 1.00, 0.59, 0.00. Web safe color of #ff0069 is #ff0066. Color #ff0069 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 00000000 01101001
Octal 377 0 151
Decimal 255 0 105
Hex FF 0 69

RGB Percentages of Color #ff0069

%70.83
%0.00
%29.17

CMYK Percentages of Color #ff0069

%0
%100
%59
%0

Triadic Colors of #ff0069

#ff0069 #69ff00 #0069ff

Analogous Colors of #ff0069

#ff0069 #ff1700 #ff00e9

Monochromatic Colors of #ff0069

#ff0069

Complementary Color

#ff0069 #00ff96

#ff0069 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff0069 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff0069 Color CSS Codes

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

#ff0069 Text Font Color

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

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


#ff0069 Background Color

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

This div background color is #ff0069


#ff0069 Border Color

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

This div border color is #ff0069


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff0069


Comments

No comments written yet.

Please login to write comment.