Color Hex Logo

#7135bb Color Hex

#7135BB
(113,53,187)
0 Favorites   0 Comments

Color spaces of #7135bb

RGB 11353187
HSL0.740.560.47
HSV267°72°73°
CMYK 0.400.720.00   0.27
XYZ17.05289.644847.9766
Yxy9.64480.22840.1292
Hunter Lab31.056143.6657-69.8542
CIE-Lab37.197252.7059-60.4707

#7135bb color RGB value is (113,53,187).

#7135bb hex color red value is 113, green value is 53 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #7135bb hue: 0.74 , saturation: 0.56 and the lightness value of 7135bb is 0.47.

The process color (four color CMYK) of #7135bb color hex is 0.40, 0.72, 0.00, 0.27. Web safe color of #7135bb is #6633cc. Color #7135bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00110101 10111011
Octal 161 65 273
Decimal 113 53 187
Hex 71 35 BB

RGB Percentages of Color #7135bb

%32.01
%15.01
%52.97

CMYK Percentages of Color #7135bb

%40
%72
%0
%27

Triadic Colors of #7135bb

#7135bb #bb7135 #35bb71

Analogous Colors of #7135bb

#7135bb #b435bb #353cbb

Monochromatic Colors of #7135bb

#7135bb

Complementary Color

#7135bb #7fbb35

#7135bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7135bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7135bb Color CSS Codes

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

#7135bb Text Font Color

<p style="color:#7135bb">Text here</p>

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


#7135bb Background Color

<div style="background-color:#7135bb">
Div content here</div>

This div background color is #7135bb


#7135bb Border Color

<div style="border:3px solid #7135bb">
Div here</div>

This div border color is #7135bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,53,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7135bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7135bb;
  -webkit-box-shadow: 1px 1px 3px 2px #7135bb;
  box-shadow:         1px 1px 3px 2px #7135bb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7135bb


Comments

No comments written yet.

Please login to write comment.