Color Hex Logo

#7131ce Color Hex

#7131CE
(113,49,206)
0 Favorites   0 Comments

Color spaces of #7131ce

RGB 11349206
HSL0.730.620.50
HSV264°76°81°
CMYK 0.450.760.00   0.19
XYZ19.048910.163659.3503
Yxy10.16360.21510.1148
Hunter Lab31.880450.8651-88.0612
CIE-Lab38.134559.2660-70.0392

#7131ce color RGB value is (113,49,206).

#7131ce hex color red value is 113, green value is 49 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #7131ce hue: 0.73 , saturation: 0.62 and the lightness value of 7131ce is 0.50.

The process color (four color CMYK) of #7131ce color hex is 0.45, 0.76, 0.00, 0.19. Web safe color of #7131ce is #6633cc. Color #7131ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00110001 11001110
Octal 161 61 316
Decimal 113 49 206
Hex 71 31 CE

RGB Percentages of Color #7131ce

%30.71
%13.32
%55.98

CMYK Percentages of Color #7131ce

%45
%76
%0
%19

Triadic Colors of #7131ce

#7131ce #ce7131 #31ce71

Analogous Colors of #7131ce

#7131ce #c031ce #313fce

Monochromatic Colors of #7131ce

#7131ce

Complementary Color

#7131ce #8ece31

#7131ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7131ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#7131ce Color CSS Codes

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

#7131ce Text Font Color

<p style="color:#7131ce">Text here</p>

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


#7131ce Background Color

<div style="background-color:#7131ce">
Div content here</div>

This div background color is #7131ce


#7131ce Border Color

<div style="border:3px solid #7131ce">
Div here</div>

This div border color is #7131ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,49,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7131ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7131ce;
  -webkit-box-shadow: 1px 1px 3px 2px #7131ce;
  box-shadow:         1px 1px 3px 2px #7131ce; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7131ce


Comments

No comments written yet.

Please login to write comment.