Color Hex Logo

#ff90ff Color Hex

#FF90FF
(255,144,255)
1 Favorites   0 Comments

Color spaces of #ff90ff

RGB 255144255
HSL0.831.000.78
HSV300°44°100°
CMYK 0.000.440.00   0.00
XYZ69.263348.4265100.3044
Yxy48.42650.31770.2221
Hunter Lab69.589255.8832-36.7470
CIE-Lab75.093157.3009-37.5461

#ff90ff color RGB value is (255,144,255).

#ff90ff hex color red value is 255, green value is 144 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #ff90ff hue: 0.83 , saturation: 1.00 and the lightness value of ff90ff is 0.78.

The process color (four color CMYK) of #ff90ff color hex is 0.00, 0.44, 0.00, 0.00. Web safe color of #ff90ff is #ff99ff. Color #ff90ff contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10010000 11111111
Octal 377 220 377
Decimal 255 144 255
Hex FF 90 FF

RGB Percentages of Color #ff90ff

%38.99
%22.02
%38.99

CMYK Percentages of Color #ff90ff

%0
%44
%0
%0

Triadic Colors of #ff90ff

#ff90ff #ffff90 #90ffff

Analogous Colors of #ff90ff

#ff90ff #ff90c8 #c890ff

Monochromatic Colors of #ff90ff

#ff90ff

Complementary Color

#ff90ff #90ff90

#ff90ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff90ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff90ff Color CSS Codes

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

#ff90ff Text Font Color

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

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


#ff90ff Background Color

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

This div background color is #ff90ff


#ff90ff Border Color

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

This div border color is #ff90ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff90ff

Related Colors

#ff90ff Color Palettes


Comments

No comments written yet.

Please login to write comment.