Color Hex Logo

#7137ec Color Hex

#7137EC
(113,55,236)
0 Favorites   0 Comments

Color spaces of #7137ec

RGB 11355236
HSL0.720.830.57
HSV259°77°93°
CMYK 0.520.770.00   0.07
XYZ23.316612.299280.5019
Yxy12.29920.20080.1059
Hunter Lab35.070257.3037-111.5480
CIE-Lab41.687864.3468-81.3857

#7137ec color RGB value is (113,55,236).

#7137ec hex color red value is 113, green value is 55 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #7137ec hue: 0.72 , saturation: 0.83 and the lightness value of 7137ec is 0.57.

The process color (four color CMYK) of #7137ec color hex is 0.52, 0.77, 0.00, 0.07. Web safe color of #7137ec is #6633ff. Color #7137ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00110111 11101100
Octal 161 67 354
Decimal 113 55 236
Hex 71 37 EC

RGB Percentages of Color #7137ec

%27.97
%13.61
%58.42

CMYK Percentages of Color #7137ec

%52
%77
%0
%7

Triadic Colors of #7137ec

#7137ec #ec7137 #37ec71

Analogous Colors of #7137ec

#7137ec #cc37ec #3757ec

Monochromatic Colors of #7137ec

#7137ec

Complementary Color

#7137ec #b2ec37

#7137ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7137ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#7137ec Color CSS Codes

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

#7137ec Text Font Color

<p style="color:#7137ec">Text here</p>

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


#7137ec Background Color

<div style="background-color:#7137ec">
Div content here</div>

This div background color is #7137ec


#7137ec Border Color

<div style="border:3px solid #7137ec">
Div here</div>

This div border color is #7137ec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,55,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7137ec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7137ec;
  -webkit-box-shadow: 1px 1px 3px 2px #7137ec;
  box-shadow:         1px 1px 3px 2px #7137ec; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7137ec


Comments

No comments written yet.

Please login to write comment.