Color Hex Logo

#7676fa Color Hex

#7676FA
(118,118,250)
0 Favorites   0 Comments

Color spaces of #7676fa

RGB 118118250
HSL0.670.930.72
HSV240°53°98°
CMYK 0.530.530.00   0.02
XYZ31.205023.710593.3744
Yxy23.71050.21040.1599
Hunter Lab48.693429.1776-79.6090
CIE-Lab55.796835.4619-66.2266

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01110110 11111010
Octal 166 166 372
Decimal 118 118 250
Hex 76 76 FA

RGB Percentages of Color #7676fa

%24.28
%24.28
%51.44

CMYK Percentages of Color #7676fa

%53
%53
%0
%2

Triadic Colors of #7676fa

#7676fa #fa7676 #76fa76

Analogous Colors of #7676fa

#7676fa #b876fa #76b8fa

Monochromatic Colors of #7676fa

#7676fa

Complementary Color

#7676fa #fafa76

#7676fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7676fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7676fa Color CSS Codes

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

#7676fa Text Font Color

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

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


#7676fa Background Color

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

This div background color is #7676fa


#7676fa Border Color

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

This div border color is #7676fa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,118,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 #7676fa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7676fa


Comments

No comments written yet.

Please login to write comment.