Color Hex Logo

#7867cc Color Hex

#7867CC
(120,103,204)
0 Favorites   0 Comments

Color spaces of #7867cc

RGB 120103204
HSL0.690.500.60
HSV250°50°80°
CMYK 0.410.500.00   0.20
XYZ23.495118.053259.3730
Yxy18.05320.23280.1789
Hunter Lab42.489124.3490-53.1078
CIE-Lab49.560631.2089-50.3599

#7867cc color RGB value is (120,103,204).

#7867cc hex color red value is 120, green value is 103 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #7867cc hue: 0.69 , saturation: 0.50 and the lightness value of 7867cc is 0.60.

The process color (four color CMYK) of #7867cc color hex is 0.41, 0.50, 0.00, 0.20. Web safe color of #7867cc is #6666cc. Color #7867cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01100111 11001100
Octal 170 147 314
Decimal 120 103 204
Hex 78 67 CC

RGB Percentages of Color #7867cc

%28.10
%24.12
%47.78

CMYK Percentages of Color #7867cc

%41
%50
%0
%20

Triadic Colors of #7867cc

#7867cc #cc7867 #67cc78

Analogous Colors of #7867cc

#7867cc #ab67cc #6789cc

Monochromatic Colors of #7867cc

#7867cc

Complementary Color

#7867cc #bbcc67

#7867cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7867cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7867cc Color CSS Codes

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

#7867cc Text Font Color

<p style="color:#7867cc">Text here</p>

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


#7867cc Background Color

<div style="background-color:#7867cc">
Div content here</div>

This div background color is #7867cc


#7867cc Border Color

<div style="border:3px solid #7867cc">
Div here</div>

This div border color is #7867cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,103,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7867cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7867cc;
  -webkit-box-shadow: 1px 1px 3px 2px #7867cc;
  box-shadow:         1px 1px 3px 2px #7867cc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(120,103,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7867cc


Comments

No comments written yet.

Please login to write comment.