Color Hex Logo

#7342be Color Hex

#7342BE
(115,66,190)
0 Favorites   0 Comments

Color spaces of #7342be

RGB 11566190
HSL0.730.490.50
HSV264°65°75°
CMYK 0.390.650.00   0.25
XYZ18.312711.259049.9232
Yxy11.25900.23040.1416
Hunter Lab33.554438.6981-64.7252
CIE-Lab40.013347.3483-57.6465

#7342be color RGB value is (115,66,190).

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

The process color (four color CMYK) of #7342be color hex is 0.39, 0.65, 0.00, 0.25. Web safe color of #7342be is #6633cc. Color #7342be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01000010 10111110
Octal 163 102 276
Decimal 115 66 190
Hex 73 42 BE

RGB Percentages of Color #7342be

%31.00
%17.79
%51.21

CMYK Percentages of Color #7342be

%39
%65
%0
%25

Triadic Colors of #7342be

#7342be #be7342 #42be73

Analogous Colors of #7342be

#7342be #b142be #424fbe

Monochromatic Colors of #7342be

#7342be

Complementary Color

#7342be #8dbe42

#7342be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7342be Color Preview on White Background

Lorem ipsum dolor sit amet.

#7342be Color CSS Codes

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

#7342be Text Font Color

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

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


#7342be Background Color

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

This div background color is #7342be


#7342be Border Color

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

This div border color is #7342be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(115,66,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7342be


Comments

No comments written yet.

Please login to write comment.