Color Hex Logo

#fc7efd Color Hex

#FC7EFD
(252,126,253)
0 Favorites   0 Comments

Color spaces of #fc7efd

RGB 252126253
HSL0.830.970.74
HSV300°50°99°
CMYK 0.000.500.00   0.01
XYZ65.335442.709097.7286
Yxy42.70900.31750.2076
Hunter Lab65.352164.0881-42.9167
CIE-Lab71.357064.7335-42.3074

#fc7efd color RGB value is (252,126,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01111110 11111101
Octal 374 176 375
Decimal 252 126 253
Hex FC 7E FD

RGB Percentages of Color #fc7efd

%39.94
%19.97
%40.10

CMYK Percentages of Color #fc7efd

%0
%50
%0
%1

Triadic Colors of #fc7efd

#fc7efd #fdfc7e #7efdfc

Analogous Colors of #fc7efd

#fc7efd #fd7ebf #bd7efd

Monochromatic Colors of #fc7efd

#fc7efd

Complementary Color

#fc7efd #7ffd7e

#fc7efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc7efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc7efd Color CSS Codes

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

#fc7efd Text Font Color

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

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


#fc7efd Background Color

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

This div background color is #fc7efd


#fc7efd Border Color

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

This div border color is #fc7efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc7efd

Related Colors


Comments

No comments written yet.

Please login to write comment.