Color Hex Logo

#7f96fc Color Hex

#7F96FC
(127,150,252)
0 Favorites   0 Comments

Color spaces of #7f96fc

RGB 127150252
HSL0.640.950.74
HSV229°50°99°
CMYK 0.500.400.00   0.01
XYZ37.229433.353096.5710
Yxy33.35300.22270.1995
Hunter Lab57.752114.0025-58.7163
CIE-Lab64.445719.0867-53.4587

#7f96fc color RGB value is (127,150,252).

#7f96fc hex color red value is 127, green value is 150 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #7f96fc hue: 0.64 , saturation: 0.95 and the lightness value of 7f96fc is 0.74.

The process color (four color CMYK) of #7f96fc color hex is 0.50, 0.40, 0.00, 0.01. Web safe color of #7f96fc is #6699ff. Color #7f96fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 10010110 11111100
Octal 177 226 374
Decimal 127 150 252
Hex 7F 96 FC

RGB Percentages of Color #7f96fc

%24.01
%28.36
%47.64

CMYK Percentages of Color #7f96fc

%50
%40
%0
%1

Triadic Colors of #7f96fc

#7f96fc #fc7f96 #96fc7f

Analogous Colors of #7f96fc

#7f96fc #a77ffc #7fd5fc

Monochromatic Colors of #7f96fc

#7f96fc

Complementary Color

#7f96fc #fce57f

#7f96fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7f96fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7f96fc Color CSS Codes

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

#7f96fc Text Font Color

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

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


#7f96fc Background Color

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

This div background color is #7f96fc


#7f96fc Border Color

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

This div border color is #7f96fc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(127,150,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7f96fc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7f96fc;
  -webkit-box-shadow: 1px 1px 3px 2px #7f96fc;
  box-shadow:         1px 1px 3px 2px #7f96fc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7f96fc

Related Colors


Comments

No comments written yet.

Please login to write comment.