Color Hex Logo

#fc92ee Color Hex

#FC92EE
(252,146,238)
0 Favorites   0 Comments

Color spaces of #fc92ee

RGB 252146238
HSL0.860.950.78
HSV308°42°99°
CMYK 0.000.420.06   0.01
XYZ65.856447.426386.5721
Yxy47.42630.32950.2373
Hunter Lab68.866850.1805-26.3265
CIE-Lab74.461652.5214-29.3148

#fc92ee color RGB value is (252,146,238).

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

The process color (four color CMYK) of #fc92ee color hex is 0.00, 0.42, 0.06, 0.01. Web safe color of #fc92ee is #ff99ff. Color #fc92ee contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10010010 11101110
Octal 374 222 356
Decimal 252 146 238
Hex FC 92 EE

RGB Percentages of Color #fc92ee

%39.62
%22.96
%37.42

CMYK Percentages of Color #fc92ee

%0
%42
%6
%1

Triadic Colors of #fc92ee

#fc92ee #eefc92 #92eefc

Analogous Colors of #fc92ee

#fc92ee #fc92b9 #d592fc

Monochromatic Colors of #fc92ee

#fc92ee

Complementary Color

#fc92ee #92fca0

#fc92ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc92ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc92ee Color CSS Codes

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

#fc92ee Text Font Color

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

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


#fc92ee Background Color

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

This div background color is #fc92ee


#fc92ee Border Color

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

This div border color is #fc92ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc92ee

Related Colors


Comments

No comments written yet.

Please login to write comment.