Color Hex Logo

#7068cb Color Hex

#7068CB
(112,104,203)
0 Favorites   0 Comments

Color spaces of #7068cb

RGB 112104203
HSL0.680.490.60
HSV245°49°80°
CMYK 0.450.490.00   0.20
XYZ22.411917.657258.7269
Yxy17.65720.22690.1787
Hunter Lab42.020521.6683-53.4481
CIE-Lab49.077728.3920-50.5976

#7068cb color RGB value is (112,104,203).

#7068cb hex color red value is 112, green value is 104 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #7068cb hue: 0.68 , saturation: 0.49 and the lightness value of 7068cb is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 01101000 11001011
Octal 160 150 313
Decimal 112 104 203
Hex 70 68 CB

RGB Percentages of Color #7068cb

%26.73
%24.82
%48.45

CMYK Percentages of Color #7068cb

%45
%49
%0
%20

Triadic Colors of #7068cb

#7068cb #cb7068 #68cb70

Analogous Colors of #7068cb

#7068cb #a268cb #6892cb

Monochromatic Colors of #7068cb

#7068cb

Complementary Color

#7068cb #c3cb68

#7068cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7068cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7068cb Color CSS Codes

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

#7068cb Text Font Color

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

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


#7068cb Background Color

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

This div background color is #7068cb


#7068cb Border Color

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

This div border color is #7068cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7068cb


Comments

No comments written yet.

Please login to write comment.