Color Hex Logo

#7568cc Color Hex

#7568CC
(117,104,204)
0 Favorites   0 Comments

Color spaces of #7568cc

RGB 117104204
HSL0.690.500.60
HSV248°49°80°
CMYK 0.430.490.00   0.20
XYZ23.185518.042259.3872
Yxy18.04220.23040.1793
Hunter Lab42.476123.1007-53.1620
CIE-Lab49.547329.8819-50.3959

#7568cc color RGB value is (117,104,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01101000 11001100
Octal 165 150 314
Decimal 117 104 204
Hex 75 68 CC

RGB Percentages of Color #7568cc

%27.53
%24.47
%48.00

CMYK Percentages of Color #7568cc

%43
%49
%0
%20

Triadic Colors of #7568cc

#7568cc #cc7568 #68cc75

Analogous Colors of #7568cc

#7568cc #a768cc #688dcc

Monochromatic Colors of #7568cc

#7568cc

Complementary Color

#7568cc #bfcc68

#7568cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7568cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7568cc Color CSS Codes

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

#7568cc Text Font Color

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

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


#7568cc Background Color

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

This div background color is #7568cc


#7568cc Border Color

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

This div border color is #7568cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,104,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 #7568cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7568cc


Comments

No comments written yet.

Please login to write comment.