Color Hex Logo

#7139bc Color Hex

#7139BC
(113,57,188)
0 Favorites   0 Comments

Color spaces of #7139bc

RGB 11357188
HSL0.740.530.48
HSV266°70°74°
CMYK 0.400.700.00   0.26
XYZ17.350310.067848.6058
Yxy10.06780.22820.1324
Hunter Lab31.729842.0792-68.6135
CIE-Lab37.963851.0320-59.8114

#7139bc color RGB value is (113,57,188).

#7139bc hex color red value is 113, green value is 57 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #7139bc hue: 0.74 , saturation: 0.53 and the lightness value of 7139bc is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00111001 10111100
Octal 161 71 274
Decimal 113 57 188
Hex 71 39 BC

RGB Percentages of Color #7139bc

%31.56
%15.92
%52.51

CMYK Percentages of Color #7139bc

%40
%70
%0
%26

Triadic Colors of #7139bc

#7139bc #bc7139 #39bc71

Analogous Colors of #7139bc

#7139bc #b339bc #3942bc

Monochromatic Colors of #7139bc

#7139bc

Complementary Color

#7139bc #84bc39

#7139bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7139bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7139bc Color CSS Codes

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

#7139bc Text Font Color

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

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


#7139bc Background Color

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

This div background color is #7139bc


#7139bc Border Color

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

This div border color is #7139bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7139bc


Comments

No comments written yet.

Please login to write comment.