Color Hex Logo

#7110bd Color Hex

#7110BD
(113,16,189)
0 Favorites   0 Comments

Color spaces of #7110bd

RGB 11316189
HSL0.760.840.40
HSV274°92°74°
CMYK 0.400.920.00   0.26
XYZ16.18077.555448.7496
Yxy7.55540.22320.1042
Hunter Lab27.487156.9744-85.9125
CIE-Lab33.039265.7365-68.4527

#7110bd color RGB value is (113,16,189).

#7110bd hex color red value is 113, green value is 16 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #7110bd hue: 0.76 , saturation: 0.84 and the lightness value of 7110bd is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00010000 10111101
Octal 161 20 275
Decimal 113 16 189
Hex 71 10 BD

RGB Percentages of Color #7110bd

%35.53
%5.03
%59.43

CMYK Percentages of Color #7110bd

%40
%92
%0
%26

Triadic Colors of #7110bd

#7110bd #bd7110 #10bd71

Analogous Colors of #7110bd

#7110bd #bd10b3 #1a10bd

Monochromatic Colors of #7110bd

#7110bd

Complementary Color

#7110bd #5cbd10

#7110bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7110bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7110bd Color CSS Codes

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

#7110bd Text Font Color

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

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


#7110bd Background Color

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

This div background color is #7110bd


#7110bd Border Color

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

This div border color is #7110bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7110bd


Comments

No comments written yet.

Please login to write comment.