Color Hex Logo

#7420bc Color Hex

#7420BC
(116,32,188)
0 Favorites   0 Comments

Color spaces of #7420bc

RGB 11632188
HSL0.760.710.43
HSV272°83°74°
CMYK 0.380.830.00   0.26
XYZ16.79618.376948.3086
Yxy8.37690.22860.1140
Hunter Lab28.942952.9369-78.7010
CIE-Lab34.755861.8071-65.0303

#7420bc color RGB value is (116,32,188).

#7420bc hex color red value is 116, green value is 32 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #7420bc hue: 0.76 , saturation: 0.71 and the lightness value of 7420bc is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00100000 10111100
Octal 164 40 274
Decimal 116 32 188
Hex 74 20 BC

RGB Percentages of Color #7420bc

%34.52
%9.52
%55.95

CMYK Percentages of Color #7420bc

%38
%83
%0
%26

Triadic Colors of #7420bc

#7420bc #bc7420 #20bc74

Analogous Colors of #7420bc

#7420bc #bc20b6 #2620bc

Monochromatic Colors of #7420bc

#7420bc

Complementary Color

#7420bc #68bc20

#7420bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7420bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7420bc Color CSS Codes

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

#7420bc Text Font Color

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

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


#7420bc Background Color

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

This div background color is #7420bc


#7420bc Border Color

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

This div border color is #7420bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7420bc


Comments

No comments written yet.

Please login to write comment.