Color Hex Logo

#7161cb Color Hex

#7161CB
(113,97,203)
0 Favorites   0 Comments

Color spaces of #7161cb

RGB 11397203
HSL0.690.500.59
HSV249°52°80°
CMYK 0.440.520.00   0.20
XYZ21.864216.371958.5076
Yxy16.37190.22600.1692
Hunter Lab40.462225.6456-57.4087
CIE-Lab47.458732.8333-53.1861

#7161cb color RGB value is (113,97,203).

#7161cb hex color red value is 113, green value is 97 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #7161cb hue: 0.69 , saturation: 0.50 and the lightness value of 7161cb is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 01100001 11001011
Octal 161 141 313
Decimal 113 97 203
Hex 71 61 CB

RGB Percentages of Color #7161cb

%27.36
%23.49
%49.15

CMYK Percentages of Color #7161cb

%44
%52
%0
%20

Triadic Colors of #7161cb

#7161cb #cb7161 #61cb71

Analogous Colors of #7161cb

#7161cb #a661cb #6186cb

Monochromatic Colors of #7161cb

#7161cb

Complementary Color

#7161cb #bbcb61

#7161cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7161cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7161cb Color CSS Codes

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

#7161cb Text Font Color

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

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


#7161cb Background Color

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

This div background color is #7161cb


#7161cb Border Color

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

This div border color is #7161cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7161cb


Comments

No comments written yet.

Please login to write comment.