Color Hex Logo

#7330ff Color Hex

#7330FF
(115,48,255)
0 Favorites   0 Comments

Color spaces of #7330ff

RGB 11548255
HSL0.721.000.59
HSV259°81°100°
CMYK 0.550.810.00   0.00
XYZ26.177212.978795.7332
Yxy12.97870.19410.0962
Hunter Lab36.026066.6563-132.3355
CIE-Lab42.731172.1592-90.3403

#7330ff color RGB value is (115,48,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 00110000 11111111
Octal 163 60 377
Decimal 115 48 255
Hex 73 30 FF

RGB Percentages of Color #7330ff

%27.51
%11.48
%61.00

CMYK Percentages of Color #7330ff

%55
%81
%0
%0

Triadic Colors of #7330ff

#7330ff #ff7330 #30ff73

Analogous Colors of #7330ff

#7330ff #db30ff #3055ff

Monochromatic Colors of #7330ff

#7330ff

Complementary Color

#7330ff #bcff30

#7330ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7330ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#7330ff Color CSS Codes

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

#7330ff Text Font Color

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

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


#7330ff Background Color

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

This div background color is #7330ff


#7330ff Border Color

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

This div border color is #7330ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7330ff

Related Colors

#7330ff Color Palettes


Comments

No comments written yet.

Please login to write comment.