Color Hex Logo

#ff90cd Color Hex

#FF90CD
(255,144,205)
0 Favorites   0 Comments

Color spaces of #ff90cd

RGB 255144205
HSL0.911.000.78
HSV327°44°100°
CMYK 0.000.440.20   0.00
XYZ62.232745.614363.2820
Yxy45.61430.36370.2665
Hunter Lab67.538446.2853-8.2766
CIE-Lab73.294649.2833-12.9491

#ff90cd color RGB value is (255,144,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10010000 11001101
Octal 377 220 315
Decimal 255 144 205
Hex FF 90 CD

RGB Percentages of Color #ff90cd

%42.22
%23.84
%33.94

CMYK Percentages of Color #ff90cd

%0
%44
%20
%0

Triadic Colors of #ff90cd

#ff90cd #cdff90 #90cdff

Analogous Colors of #ff90cd

#ff90cd #ff9096 #fa90ff

Monochromatic Colors of #ff90cd

#ff90cd

Complementary Color

#ff90cd #90ffc2

#ff90cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff90cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff90cd Color CSS Codes

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

#ff90cd Text Font Color

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

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


#ff90cd Background Color

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

This div background color is #ff90cd


#ff90cd Border Color

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

This div border color is #ff90cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff90cd

Related Colors


Comments

No comments written yet.

Please login to write comment.