Color Hex Logo

#ff90ce Color Hex

#FF90CE
(255,144,206)
0 Favorites   0 Comments

Color spaces of #ff90ce

RGB 255144206
HSL0.911.000.78
HSV326°44°100°
CMYK 0.000.440.19   0.00
XYZ62.353845.662763.9199
Yxy45.66270.36270.2656
Hunter Lab67.574246.4553-8.7818
CIE-Lab73.326149.4286-13.4536

#ff90ce color RGB value is (255,144,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10010000 11001110
Octal 377 220 316
Decimal 255 144 206
Hex FF 90 CE

RGB Percentages of Color #ff90ce

%42.15
%23.80
%34.05

CMYK Percentages of Color #ff90ce

%0
%44
%19
%0

Triadic Colors of #ff90ce

#ff90ce #ceff90 #90ceff

Analogous Colors of #ff90ce

#ff90ce #ff9097 #f990ff

Monochromatic Colors of #ff90ce

#ff90ce

Complementary Color

#ff90ce #90ffc1

#ff90ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff90ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff90ce Color CSS Codes

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

#ff90ce Text Font Color

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

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


#ff90ce Background Color

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

This div background color is #ff90ce


#ff90ce Border Color

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

This div border color is #ff90ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff90ce

Related Colors


Comments

No comments written yet.

Please login to write comment.