Color Hex Logo

#ff1465 Color Hex

#FF1465
(255,20,101)
0 Favorites   0 Comments

Color spaces of #ff1465

RGB 25520101
HSL0.941.000.54
HSV339°92°100°
CMYK 0.000.920.60   0.00
XYZ43.839122.699914.3829
Yxy22.69990.54170.2805
Hunter Lab47.644480.865715.4526
CIE-Lab54.761981.309520.1459

#ff1465 color RGB value is (255,20,101).

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

The process color (four color CMYK) of #ff1465 color hex is 0.00, 0.92, 0.60, 0.00. Web safe color of #ff1465 is #ff0066. Color #ff1465 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 00010100 01100101
Octal 377 24 145
Decimal 255 20 101
Hex FF 14 65

RGB Percentages of Color #ff1465

%67.82
%5.32
%26.86

CMYK Percentages of Color #ff1465

%0
%92
%60
%0

Triadic Colors of #ff1465

#ff1465 #65ff14 #1465ff

Analogous Colors of #ff1465

#ff1465 #ff3914 #ff14db

Monochromatic Colors of #ff1465

#ff1465

Complementary Color

#ff1465 #14ffae

#ff1465 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff1465 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff1465 Color CSS Codes

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

#ff1465 Text Font Color

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

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


#ff1465 Background Color

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

This div background color is #ff1465


#ff1465 Border Color

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

This div border color is #ff1465


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff1465


Comments

No comments written yet.

Please login to write comment.