Color Hex Logo

#fa62ec Color Hex

#FA62EC
(250,98,236)
0 Favorites   0 Comments

Color spaces of #fa62ec

RGB 25098236
HSL0.850.940.68
HSV306°61°98°
CMYK 0.000.610.06   0.02
XYZ58.932335.115583.0288
Yxy35.11550.33280.1983
Hunter Lab59.258373.8158-41.5923
CIE-Lab65.838573.6065-41.6192

#fa62ec color RGB value is (250,98,236).

#fa62ec hex color red value is 250, green value is 98 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #fa62ec hue: 0.85 , saturation: 0.94 and the lightness value of fa62ec is 0.68.

The process color (four color CMYK) of #fa62ec color hex is 0.00, 0.61, 0.06, 0.02. Web safe color of #fa62ec is #ff66ff. Color #fa62ec contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01100010 11101100
Octal 372 142 354
Decimal 250 98 236
Hex FA 62 EC

RGB Percentages of Color #fa62ec

%42.81
%16.78
%40.41

CMYK Percentages of Color #fa62ec

%0
%61
%6
%2

Triadic Colors of #fa62ec

#fa62ec #ecfa62 #62ecfa

Analogous Colors of #fa62ec

#fa62ec #fa62a0 #bc62fa

Monochromatic Colors of #fa62ec

#fa62ec

Complementary Color

#fa62ec #62fa70

#fa62ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa62ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa62ec Color CSS Codes

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

#fa62ec Text Font Color

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

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


#fa62ec Background Color

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

This div background color is #fa62ec


#fa62ec Border Color

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

This div border color is #fa62ec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(250,98,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fa62ec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fa62ec;
  -webkit-box-shadow: 1px 1px 3px 2px #fa62ec;
  box-shadow:         1px 1px 3px 2px #fa62ec; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,98,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa62ec


Comments

No comments written yet.

Please login to write comment.