Color Hex Logo

#7124bc Color Hex

#7124BC
(113,36,188)
0 Favorites   0 Comments

Color spaces of #7124bc

RGB 11336188
HSL0.750.680.44
HSV270°81°74°
CMYK 0.400.810.00   0.26
XYZ16.51808.403348.3284
Yxy8.40330.22550.1147
Hunter Lab28.988450.9819-78.5541
CIE-Lab34.809160.0203-64.9594

#7124bc color RGB value is (113,36,188).

#7124bc hex color red value is 113, green value is 36 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #7124bc hue: 0.75 , saturation: 0.68 and the lightness value of 7124bc is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00100100 10111100
Octal 161 44 274
Decimal 113 36 188
Hex 71 24 BC

RGB Percentages of Color #7124bc

%33.53
%10.68
%55.79

CMYK Percentages of Color #7124bc

%40
%81
%0
%26

Triadic Colors of #7124bc

#7124bc #bc7124 #24bc71

Analogous Colors of #7124bc

#7124bc #bc24bb #2524bc

Monochromatic Colors of #7124bc

#7124bc

Complementary Color

#7124bc #6fbc24

#7124bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7124bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7124bc Color CSS Codes

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

#7124bc Text Font Color

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

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


#7124bc Background Color

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

This div background color is #7124bc


#7124bc Border Color

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

This div border color is #7124bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7124bc


Comments

No comments written yet.

Please login to write comment.