Color Hex Logo

#7132ce Color Hex

#7132CE
(113,50,206)
0 Favorites   0 Comments

Color spaces of #7132ce

RGB 11350206
HSL0.730.610.50
HSV264°76°81°
CMYK 0.450.760.00   0.19
XYZ19.091210.248159.3644
Yxy10.24810.21520.1155
Hunter Lab32.012750.4289-87.5388
CIE-Lab38.284158.8375-69.7942

#7132ce color RGB value is (113,50,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00110010 11001110
Octal 161 62 316
Decimal 113 50 206
Hex 71 32 CE

RGB Percentages of Color #7132ce

%30.62
%13.55
%55.83

CMYK Percentages of Color #7132ce

%45
%76
%0
%19

Triadic Colors of #7132ce

#7132ce #ce7132 #32ce71

Analogous Colors of #7132ce

#7132ce #bf32ce #3241ce

Monochromatic Colors of #7132ce

#7132ce

Complementary Color

#7132ce #8fce32

#7132ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7132ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#7132ce Color CSS Codes

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

#7132ce Text Font Color

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

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


#7132ce Background Color

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

This div background color is #7132ce


#7132ce Border Color

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

This div border color is #7132ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7132ce


Comments

No comments written yet.

Please login to write comment.