Color Hex Logo

#fc7bef Color Hex

#FC7BEF
(252,123,239)
0 Favorites   0 Comments

Color spaces of #fc7bef

RGB 252123239
HSL0.850.960.74
HSV306°51°99°
CMYK 0.000.510.05   0.01
XYZ62.807841.093486.2828
Yxy41.09340.33020.2161
Hunter Lab64.104162.7081-34.9302
CIE-Lab70.241363.7771-36.3846

#fc7bef color RGB value is (252,123,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01111011 11101111
Octal 374 173 357
Decimal 252 123 239
Hex FC 7B EF

RGB Percentages of Color #fc7bef

%41.04
%20.03
%38.93

CMYK Percentages of Color #fc7bef

%0
%51
%5
%1

Triadic Colors of #fc7bef

#fc7bef #effc7b #7beffc

Analogous Colors of #fc7bef

#fc7bef #fc7baf #c97bfc

Monochromatic Colors of #fc7bef

#fc7bef

Complementary Color

#fc7bef #7bfc88

#fc7bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc7bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc7bef Color CSS Codes

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

#fc7bef Text Font Color

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

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


#fc7bef Background Color

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

This div background color is #fc7bef


#fc7bef Border Color

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

This div border color is #fc7bef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,123,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 #fc7bef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc7bef

Related Colors


Comments

No comments written yet.

Please login to write comment.