Color Hex Logo

#7339ff Color Hex

#7339FF
(115,57,255)
0 Favorites   0 Comments

Color spaces of #7339ff

RGB 11557255
HSL0.721.000.61
HSV258°78°100°
CMYK 0.550.780.00   0.00
XYZ26.583413.791195.8686
Yxy13.79110.19510.1012
Hunter Lab37.136462.7874-127.0634
CIE-Lab43.931868.6578-88.3604

#7339ff color RGB value is (115,57,255).

#7339ff hex color red value is 115, green value is 57 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #7339ff hue: 0.72 , saturation: 1.00 and the lightness value of 7339ff is 0.61.

The process color (four color CMYK) of #7339ff color hex is 0.55, 0.78, 0.00, 0.00. Web safe color of #7339ff is #6633ff. Color #7339ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 00111001 11111111
Octal 163 71 377
Decimal 115 57 255
Hex 73 39 FF

RGB Percentages of Color #7339ff

%26.93
%13.35
%59.72

CMYK Percentages of Color #7339ff

%55
%78
%0
%0

Triadic Colors of #7339ff

#7339ff #ff7339 #39ff73

Analogous Colors of #7339ff

#7339ff #d639ff #3962ff

Monochromatic Colors of #7339ff

#7339ff

Complementary Color

#7339ff #c5ff39

#7339ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7339ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#7339ff Color CSS Codes

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

#7339ff Text Font Color

<p style="color:#7339ff">Text here</p>

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


#7339ff Background Color

<div style="background-color:#7339ff">
Div content here</div>

This div background color is #7339ff


#7339ff Border Color

<div style="border:3px solid #7339ff">
Div here</div>

This div border color is #7339ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,57,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7339ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7339ff;
  -webkit-box-shadow: 1px 1px 3px 2px #7339ff;
  box-shadow:         1px 1px 3px 2px #7339ff; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7339ff


Comments

No comments written yet.

Please login to write comment.