Color Hex Logo

#7113cb Color Hex

#7113CB
(113,19,203)
0 Favorites   0 Comments

Color spaces of #7113cb

RGB 11319203
HSL0.750.830.44
HSV271°91°80°
CMYK 0.440.910.00   0.20
XYZ17.82248.288357.1604
Yxy8.28830.21400.0995
Hunter Lab28.789460.1209-97.5657
CIE-Lab34.576268.1834-74.1395

#7113cb color RGB value is (113,19,203).

#7113cb hex color red value is 113, green value is 19 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #7113cb hue: 0.75 , saturation: 0.83 and the lightness value of 7113cb is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00010011 11001011
Octal 161 23 313
Decimal 113 19 203
Hex 71 13 CB

RGB Percentages of Color #7113cb

%33.73
%5.67
%60.60

CMYK Percentages of Color #7113cb

%44
%91
%0
%20

Triadic Colors of #7113cb

#7113cb #cb7113 #13cb71

Analogous Colors of #7113cb

#7113cb #cb13c9 #1513cb

Monochromatic Colors of #7113cb

#7113cb

Complementary Color

#7113cb #6dcb13

#7113cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7113cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7113cb Color CSS Codes

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

#7113cb Text Font Color

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

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


#7113cb Background Color

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

This div background color is #7113cb


#7113cb Border Color

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

This div border color is #7113cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7113cb


Comments

No comments written yet.

Please login to write comment.