Color Hex Logo

#7124bd Color Hex

#7124BD
(113,36,189)
0 Favorites   0 Comments

Color spaces of #7124bd

RGB 11336189
HSL0.750.680.44
HSV270°81°74°
CMYK 0.400.810.00   0.26
XYZ16.62628.446648.8982
Yxy8.44660.22480.1142
Hunter Lab29.063051.2549-79.4106
CIE-Lab34.896260.2527-65.4064

#7124bd color RGB value is (113,36,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00100100 10111101
Octal 161 44 275
Decimal 113 36 189
Hex 71 24 BD

RGB Percentages of Color #7124bd

%33.43
%10.65
%55.92

CMYK Percentages of Color #7124bd

%40
%81
%0
%26

Triadic Colors of #7124bd

#7124bd #bd7124 #24bd71

Analogous Colors of #7124bd

#7124bd #bd24bd #2524bd

Monochromatic Colors of #7124bd

#7124bd

Complementary Color

#7124bd #70bd24

#7124bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7124bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7124bd Color CSS Codes

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

#7124bd Text Font Color

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

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


#7124bd Background Color

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

This div background color is #7124bd


#7124bd Border Color

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

This div border color is #7124bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7124bd


Comments

No comments written yet.

Please login to write comment.