Color Hex Logo

#7674cb Color Hex

#7674CB
(118,116,203)
0 Favorites   0 Comments

Color spaces of #7674cb

RGB 118116203
HSL0.670.460.63
HSV241°43°80°
CMYK 0.420.430.00   0.20
XYZ24.496120.654159.1955
Yxy20.65410.23480.1979
Hunter Lab45.446816.6807-45.4139
CIE-Lab52.568822.6369-45.0102

#7674cb color RGB value is (118,116,203).

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

The process color (four color CMYK) of #7674cb color hex is 0.42, 0.43, 0.00, 0.20. Web safe color of #7674cb is #6666cc. Color #7674cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01110100 11001011
Octal 166 164 313
Decimal 118 116 203
Hex 76 74 CB

RGB Percentages of Color #7674cb

%27.00
%26.54
%46.45

CMYK Percentages of Color #7674cb

%42
%43
%0
%20

Triadic Colors of #7674cb

#7674cb #cb7674 #74cb76

Analogous Colors of #7674cb

#7674cb #a274cb #749ecb

Monochromatic Colors of #7674cb

#7674cb

Complementary Color

#7674cb #c9cb74

#7674cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7674cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7674cb Color CSS Codes

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

#7674cb Text Font Color

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

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


#7674cb Background Color

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

This div background color is #7674cb


#7674cb Border Color

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

This div border color is #7674cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7674cb


Comments

No comments written yet.

Please login to write comment.