Color Hex Logo

#7343be Color Hex

#7343BE
(115,67,190)
0 Favorites   0 Comments

Color spaces of #7343be

RGB 11567190
HSL0.730.490.50
HSV263°65°75°
CMYK 0.390.650.00   0.25
XYZ18.371611.376949.9429
Yxy11.37690.23050.1428
Hunter Lab33.729738.1970-64.1789
CIE-Lab40.208246.8178-57.3309

#7343be color RGB value is (115,67,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 01000011 10111110
Octal 163 103 276
Decimal 115 67 190
Hex 73 43 BE

RGB Percentages of Color #7343be

%30.91
%18.01
%51.08

CMYK Percentages of Color #7343be

%39
%65
%0
%25

Triadic Colors of #7343be

#7343be #be7343 #43be73

Analogous Colors of #7343be

#7343be #b143be #4350be

Monochromatic Colors of #7343be

#7343be

Complementary Color

#7343be #8ebe43

#7343be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7343be Color Preview on White Background

Lorem ipsum dolor sit amet.

#7343be Color CSS Codes

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

#7343be Text Font Color

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

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


#7343be Background Color

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

This div background color is #7343be


#7343be Border Color

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

This div border color is #7343be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7343be


Comments

No comments written yet.

Please login to write comment.