Color Hex Logo

#fc90e9 Color Hex

#FC90E9
(252,144,233)
0 Favorites   0 Comments

Color spaces of #fc90e9

RGB 252144233
HSL0.860.950.78
HSV311°43°99°
CMYK 0.000.430.08   0.01
XYZ64.826146.525282.6543
Yxy46.52520.33410.2398
Hunter Lab68.209450.2797-24.0995
CIE-Lab73.885052.6873-27.4707

#fc90e9 color RGB value is (252,144,233).

#fc90e9 hex color red value is 252, green value is 144 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #fc90e9 hue: 0.86 , saturation: 0.95 and the lightness value of fc90e9 is 0.78.

The process color (four color CMYK) of #fc90e9 color hex is 0.00, 0.43, 0.08, 0.01. Web safe color of #fc90e9 is #ff99ff. Color #fc90e9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10010000 11101001
Octal 374 220 351
Decimal 252 144 233
Hex FC 90 E9

RGB Percentages of Color #fc90e9

%40.06
%22.89
%37.04

CMYK Percentages of Color #fc90e9

%0
%43
%8
%1

Triadic Colors of #fc90e9

#fc90e9 #e9fc90 #90e9fc

Analogous Colors of #fc90e9

#fc90e9 #fc90b3 #d990fc

Monochromatic Colors of #fc90e9

#fc90e9

Complementary Color

#fc90e9 #90fca3

#fc90e9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc90e9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc90e9 Color CSS Codes

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

#fc90e9 Text Font Color

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

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


#fc90e9 Background Color

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

This div background color is #fc90e9


#fc90e9 Border Color

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

This div border color is #fc90e9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc90e9


Comments

No comments written yet.

Please login to write comment.