Color Hex Logo

#7140bc Color Hex

#7140BC
(113,64,188)
0 Favorites   0 Comments

Color spaces of #7140bc

RGB 11364188
HSL0.730.490.49
HSV264°66°74°
CMYK 0.400.660.00   0.26
XYZ17.720510.808348.7292
Yxy10.80830.22940.1399
Hunter Lab32.876038.6804-64.8672
CIE-Lab39.255747.4668-57.7133

#7140bc color RGB value is (113,64,188).

#7140bc hex color red value is 113, green value is 64 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #7140bc hue: 0.73 , saturation: 0.49 and the lightness value of 7140bc is 0.49.

The process color (four color CMYK) of #7140bc color hex is 0.40, 0.66, 0.00, 0.26. Web safe color of #7140bc is #6633cc. Color #7140bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01000000 10111100
Octal 161 100 274
Decimal 113 64 188
Hex 71 40 BC

RGB Percentages of Color #7140bc

%30.96
%17.53
%51.51

CMYK Percentages of Color #7140bc

%40
%66
%0
%26

Triadic Colors of #7140bc

#7140bc #bc7140 #40bc71

Analogous Colors of #7140bc

#7140bc #af40bc #404dbc

Monochromatic Colors of #7140bc

#7140bc

Complementary Color

#7140bc #8bbc40

#7140bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7140bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7140bc Color CSS Codes

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

#7140bc Text Font Color

<p style="color:#7140bc">Text here</p>

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


#7140bc Background Color

<div style="background-color:#7140bc">
Div content here</div>

This div background color is #7140bc


#7140bc Border Color

<div style="border:3px solid #7140bc">
Div here</div>

This div border color is #7140bc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,64,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7140bc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7140bc;
  -webkit-box-shadow: 1px 1px 3px 2px #7140bc;
  box-shadow:         1px 1px 3px 2px #7140bc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,64,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #7140bc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7140bc


Comments

No comments written yet.

Please login to write comment.