Color Hex Logo

#7674db Color Hex

#7674DB
(118,116,219)
0 Favorites   0 Comments

Color spaces of #7674db

RGB 118116219
HSL0.670.590.66
HSV241°47°86°
CMYK 0.460.470.00   0.14
XYZ26.502821.456869.7626
Yxy21.45680.22510.1823
Hunter Lab46.321521.0660-56.8688
CIE-Lab53.445927.3183-52.6844

#7674db color RGB value is (118,116,219).

#7674db hex color red value is 118, green value is 116 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #7674db hue: 0.67 , saturation: 0.59 and the lightness value of 7674db is 0.66.

The process color (four color CMYK) of #7674db color hex is 0.46, 0.47, 0.00, 0.14. Web safe color of #7674db is #6666cc. Color #7674db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01110100 11011011
Octal 166 164 333
Decimal 118 116 219
Hex 76 74 DB

RGB Percentages of Color #7674db

%26.05
%25.61
%48.34

CMYK Percentages of Color #7674db

%46
%47
%0
%14

Triadic Colors of #7674db

#7674db #db7674 #74db76

Analogous Colors of #7674db

#7674db #aa74db #74a6db

Monochromatic Colors of #7674db

#7674db

Complementary Color

#7674db #d9db74

#7674db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7674db Color Preview on White Background

Lorem ipsum dolor sit amet.

#7674db Color CSS Codes

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

#7674db Text Font Color

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

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


#7674db Background Color

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

This div background color is #7674db


#7674db Border Color

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

This div border color is #7674db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,116,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7674db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7674db;
  -webkit-box-shadow: 1px 1px 3px 2px #7674db;
  box-shadow:         1px 1px 3px 2px #7674db; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7674db


Comments

No comments written yet.

Please login to write comment.