Color Hex Logo

#730eca Color Hex

#730ECA
(115,14,202)
0 Favorites   0 Comments

Color spaces of #730eca

RGB 11514202
HSL0.760.870.42
HSV272°93°79°
CMYK 0.430.930.00   0.21
XYZ17.88798.223256.5215
Yxy8.22320.21650.0995
Hunter Lab28.676161.1634-96.7891
CIE-Lab34.443569.1058-73.7650

#730eca color RGB value is (115,14,202).

#730eca hex color red value is 115, green value is 14 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #730eca hue: 0.76 , saturation: 0.87 and the lightness value of 730eca is 0.42.

The process color (four color CMYK) of #730eca color hex is 0.43, 0.93, 0.00, 0.21. Web safe color of #730eca is #6600cc. Color #730eca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 00001110 11001010
Octal 163 16 312
Decimal 115 14 202
Hex 73 E CA

RGB Percentages of Color #730eca

%34.74
%4.23
%61.03

CMYK Percentages of Color #730eca

%43
%93
%0
%21

Triadic Colors of #730eca

#730eca #ca730e #0eca73

Analogous Colors of #730eca

#730eca #ca0ec3 #150eca

Monochromatic Colors of #730eca

#730eca

Complementary Color

#730eca #65ca0e

#730eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#730eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#730eca Color CSS Codes

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

#730eca Text Font Color

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

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


#730eca Background Color

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

This div background color is #730eca


#730eca Border Color

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

This div border color is #730eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #730eca


Comments

No comments written yet.

Please login to write comment.