Color Hex Logo

#7136ff Color Hex

#7136FF
(113,54,255)
0 Favorites   0 Comments

Color spaces of #7136ff

RGB 11354255
HSL0.721.000.61
HSV258°79°100°
CMYK 0.560.790.00   0.00
XYZ26.179213.369095.8084
Yxy13.36900.19340.0988
Hunter Lab36.563663.8178-129.7641
CIE-Lab43.314169.6549-89.3854

#7136ff color RGB value is (113,54,255).

#7136ff hex color red value is 113, green value is 54 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #7136ff hue: 0.72 , saturation: 1.00 and the lightness value of 7136ff is 0.61.

The process color (four color CMYK) of #7136ff color hex is 0.56, 0.79, 0.00, 0.00. Web safe color of #7136ff is #6633ff. Color #7136ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00110110 11111111
Octal 161 66 377
Decimal 113 54 255
Hex 71 36 FF

RGB Percentages of Color #7136ff

%26.78
%12.80
%60.43

CMYK Percentages of Color #7136ff

%56
%79
%0
%0

Triadic Colors of #7136ff

#7136ff #ff7136 #36ff71

Analogous Colors of #7136ff

#7136ff #d636ff #365fff

Monochromatic Colors of #7136ff

#7136ff

Complementary Color

#7136ff #c4ff36

#7136ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7136ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#7136ff Color CSS Codes

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

#7136ff Text Font Color

<p style="color:#7136ff">Text here</p>

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


#7136ff Background Color

<div style="background-color:#7136ff">
Div content here</div>

This div background color is #7136ff


#7136ff Border Color

<div style="border:3px solid #7136ff">
Div here</div>

This div border color is #7136ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,54,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7136ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7136ff;
  -webkit-box-shadow: 1px 1px 3px 2px #7136ff;
  box-shadow:         1px 1px 3px 2px #7136ff; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7136ff

Related Colors


Comments

No comments written yet.

Please login to write comment.