Color Hex Logo

#ff90c5 Color Hex

#FF90C5
(255,144,197)
0 Favorites   0 Comments

Color spaces of #ff90c5

RGB 255144197
HSL0.921.000.78
HSV331°44°100°
CMYK 0.000.440.23   0.00
XYZ61.291345.237758.3247
Yxy45.23770.37180.2744
Hunter Lab67.259044.9590-4.3330
CIE-Lab73.048148.1450-8.8967

#ff90c5 color RGB value is (255,144,197).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10010000 11000101
Octal 377 220 305
Decimal 255 144 197
Hex FF 90 C5

RGB Percentages of Color #ff90c5

%42.79
%24.16
%33.05

CMYK Percentages of Color #ff90c5

%0
%44
%23
%0

Triadic Colors of #ff90c5

#ff90c5 #c5ff90 #90c5ff

Analogous Colors of #ff90c5

#ff90c5 #ff9390 #ff90fd

Monochromatic Colors of #ff90c5

#ff90c5

Complementary Color

#ff90c5 #90ffca

#ff90c5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff90c5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff90c5 Color CSS Codes

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

#ff90c5 Text Font Color

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

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


#ff90c5 Background Color

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

This div background color is #ff90c5


#ff90c5 Border Color

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

This div border color is #ff90c5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff90c5

Related Colors


Comments

No comments written yet.

Please login to write comment.