Color Hex Logo

#7671fa Color Hex

#7671FA
(118,113,250)
0 Favorites   0 Comments

Color spaces of #7671fa

RGB 118113250
HSL0.670.930.71
HSV242°55°98°
CMYK 0.530.550.00   0.02
XYZ30.631722.563993.1833
Yxy22.56390.20930.1541
Hunter Lab47.501531.9796-83.0577
CIE-Lab54.620338.4076-68.1253

#7671fa color RGB value is (118,113,250).

#7671fa hex color red value is 118, green value is 113 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #7671fa hue: 0.67 , saturation: 0.93 and the lightness value of 7671fa is 0.71.

The process color (four color CMYK) of #7671fa color hex is 0.53, 0.55, 0.00, 0.02. Web safe color of #7671fa is #6666ff. Color #7671fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01110001 11111010
Octal 166 161 372
Decimal 118 113 250
Hex 76 71 FA

RGB Percentages of Color #7671fa

%24.53
%23.49
%51.98

CMYK Percentages of Color #7671fa

%53
%55
%0
%2

Triadic Colors of #7671fa

#7671fa #fa7671 #71fa76

Analogous Colors of #7671fa

#7671fa #bb71fa #71b1fa

Monochromatic Colors of #7671fa

#7671fa

Complementary Color

#7671fa #f5fa71

#7671fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7671fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7671fa Color CSS Codes

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

#7671fa Text Font Color

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

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


#7671fa Background Color

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

This div background color is #7671fa


#7671fa Border Color

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

This div border color is #7671fa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,113,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7671fa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7671fa;
  -webkit-box-shadow: 1px 1px 3px 2px #7671fa;
  box-shadow:         1px 1px 3px 2px #7671fa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7671fa

Related Colors


Comments

No comments written yet.

Please login to write comment.