Color Hex Logo

#7342ce Color Hex

#7342CE
(115,66,206)
0 Favorites   0 Comments

Color spaces of #7342ce

RGB 11566206
HSL0.730.590.53
HSV261°68°81°
CMYK 0.440.680.00   0.19
XYZ20.159011.997559.6458
Yxy11.99750.21960.1307
Hunter Lab34.637443.2717-77.8515
CIE-Lab41.212151.5771-65.0036

#7342ce color RGB value is (115,66,206).

#7342ce hex color red value is 115, green value is 66 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #7342ce hue: 0.73 , saturation: 0.59 and the lightness value of 7342ce is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 01000010 11001110
Octal 163 102 316
Decimal 115 66 206
Hex 73 42 CE

RGB Percentages of Color #7342ce

%29.72
%17.05
%53.23

CMYK Percentages of Color #7342ce

%44
%68
%0
%19

Triadic Colors of #7342ce

#7342ce #ce7342 #42ce73

Analogous Colors of #7342ce

#7342ce #b942ce #4257ce

Monochromatic Colors of #7342ce

#7342ce

Complementary Color

#7342ce #9dce42

#7342ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7342ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#7342ce Color CSS Codes

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

#7342ce Text Font Color

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

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


#7342ce Background Color

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

This div background color is #7342ce


#7342ce Border Color

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

This div border color is #7342ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7342ce


Comments

No comments written yet.

Please login to write comment.