Color Hex Logo

#7168db Color Hex

#7168DB
(113,104,219)
0 Favorites   0 Comments

Color spaces of #7168db

RGB 113104219
HSL0.680.610.63
HSV245°53°86°
CMYK 0.480.530.00   0.14
XYZ24.546518.525869.2999
Yxy18.52580.21840.1649
Hunter Lab43.041626.4752-65.3318
CIE-Lab50.127733.3769-58.0233

#7168db color RGB value is (113,104,219).

#7168db hex color red value is 113, green value is 104 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #7168db hue: 0.68 , saturation: 0.61 and the lightness value of 7168db is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 01101000 11011011
Octal 161 150 333
Decimal 113 104 219
Hex 71 68 DB

RGB Percentages of Color #7168db

%25.92
%23.85
%50.23

CMYK Percentages of Color #7168db

%48
%53
%0
%14

Triadic Colors of #7168db

#7168db #db7168 #68db71

Analogous Colors of #7168db

#7168db #ab68db #6899db

Monochromatic Colors of #7168db

#7168db

Complementary Color

#7168db #d2db68

#7168db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7168db Color Preview on White Background

Lorem ipsum dolor sit amet.

#7168db Color CSS Codes

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

#7168db Text Font Color

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

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


#7168db Background Color

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

This div background color is #7168db


#7168db Border Color

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

This div border color is #7168db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7168db


Comments

No comments written yet.

Please login to write comment.