Color Hex Logo

#fc7bff Color Hex

#FC7BFF
(252,123,255)
0 Favorites   0 Comments

Color spaces of #fc7bff

RGB 252123255
HSL0.831.000.74
HSV299°52°100°
CMYK 0.010.520.00   0.00
XYZ65.277842.081499.2897
Yxy42.08140.31590.2036
Hunter Lab64.870266.0988-45.3396
CIE-Lab70.927066.4573-44.0706

#fc7bff color RGB value is (252,123,255).

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

The process color (four color CMYK) of #fc7bff color hex is 0.01, 0.52, 0.00, 0.00. Web safe color of #fc7bff is #ff66ff. Color #fc7bff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01111011 11111111
Octal 374 173 377
Decimal 252 123 255
Hex FC 7B FF

RGB Percentages of Color #fc7bff

%40.00
%19.52
%40.48

CMYK Percentages of Color #fc7bff

%1
%52
%0
%0

Triadic Colors of #fc7bff

#fc7bff #fffc7b #7bfffc

Analogous Colors of #fc7bff

#fc7bff #ff7bc0 #ba7bff

Monochromatic Colors of #fc7bff

#fc7bff

Complementary Color

#fc7bff #7eff7b

#fc7bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc7bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc7bff Color CSS Codes

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

#fc7bff Text Font Color

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

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


#fc7bff Background Color

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

This div background color is #fc7bff


#fc7bff Border Color

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

This div border color is #fc7bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc7bff

Related Colors


Comments

No comments written yet.

Please login to write comment.