Color Hex Logo

#730cec Color Hex

#730CEC
(115,12,236)
0 Favorites   0 Comments

Color spaces of #730cec

RGB 11512236
HSL0.740.900.49
HSV268°95°93°
CMYK 0.510.950.00   0.07
XYZ22.34209.963980.1026
Yxy9.96390.19880.0886
Hunter Lab31.565671.1015-128.3614
CIE-Lab37.777676.7779-87.8279

#730cec color RGB value is (115,12,236).

#730cec hex color red value is 115, green value is 12 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #730cec hue: 0.74 , saturation: 0.90 and the lightness value of 730cec is 0.49.

The process color (four color CMYK) of #730cec color hex is 0.51, 0.95, 0.00, 0.07. Web safe color of #730cec is #6600ff. Color #730cec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 00001100 11101100
Octal 163 14 354
Decimal 115 12 236
Hex 73 C EC

RGB Percentages of Color #730cec

%31.68
%3.31
%65.01

CMYK Percentages of Color #730cec

%51
%95
%0
%7

Triadic Colors of #730cec

#730cec #ec730c #0cec73

Analogous Colors of #730cec

#730cec #e30cec #0c15ec

Monochromatic Colors of #730cec

#730cec

Complementary Color

#730cec #85ec0c

#730cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#730cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#730cec Color CSS Codes

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

#730cec Text Font Color

<p style="color:#730cec">Text here</p>

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


#730cec Background Color

<div style="background-color:#730cec">
Div content here</div>

This div background color is #730cec


#730cec Border Color

<div style="border:3px solid #730cec">
Div here</div>

This div border color is #730cec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,12,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #730cec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #730cec;
  -webkit-box-shadow: 1px 1px 3px 2px #730cec;
  box-shadow:         1px 1px 3px 2px #730cec; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #730cec


Comments

No comments written yet.

Please login to write comment.