Color Hex Logo

#fc7cef Color Hex

#FC7CEF
(252,124,239)
0 Favorites   0 Comments

Color spaces of #fc7cef

RGB 252124239
HSL0.850.960.74
HSV306°51°99°
CMYK 0.000.510.05   0.01
XYZ62.932541.342786.3244
Yxy41.34270.33020.2169
Hunter Lab64.298362.1864-34.5917
CIE-Lab70.415463.3150-36.1143

#fc7cef color RGB value is (252,124,239).

#fc7cef hex color red value is 252, green value is 124 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #fc7cef hue: 0.85 , saturation: 0.96 and the lightness value of fc7cef is 0.74.

The process color (four color CMYK) of #fc7cef color hex is 0.00, 0.51, 0.05, 0.01. Web safe color of #fc7cef is #ff66ff. Color #fc7cef contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01111100 11101111
Octal 374 174 357
Decimal 252 124 239
Hex FC 7C EF

RGB Percentages of Color #fc7cef

%40.98
%20.16
%38.86

CMYK Percentages of Color #fc7cef

%0
%51
%5
%1

Triadic Colors of #fc7cef

#fc7cef #effc7c #7ceffc

Analogous Colors of #fc7cef

#fc7cef #fc7caf #c97cfc

Monochromatic Colors of #fc7cef

#fc7cef

Complementary Color

#fc7cef #7cfc89

#fc7cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc7cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc7cef Color CSS Codes

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

#fc7cef Text Font Color

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

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


#fc7cef Background Color

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

This div background color is #fc7cef


#fc7cef Border Color

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

This div border color is #fc7cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc7cef


Comments

No comments written yet.

Please login to write comment.