Color Hex Logo

#730cca Color Hex

#730CCA
(115,12,202)
0 Favorites   0 Comments

Color spaces of #730cca

RGB 11512202
HSL0.760.890.42
HSV273°94°79°
CMYK 0.430.940.00   0.21
XYZ17.86248.172056.5130
Yxy8.17200.21640.0990
Hunter Lab28.586761.5089-97.1996
CIE-Lab34.338669.4218-73.9378

#730cca color RGB value is (115,12,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 00001100 11001010
Octal 163 14 312
Decimal 115 12 202
Hex 73 C CA

RGB Percentages of Color #730cca

%34.95
%3.65
%61.40

CMYK Percentages of Color #730cca

%43
%94
%0
%21

Triadic Colors of #730cca

#730cca #ca730c #0cca73

Analogous Colors of #730cca

#730cca #ca0cc2 #140cca

Monochromatic Colors of #730cca

#730cca

Complementary Color

#730cca #63ca0c

#730cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#730cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#730cca Color CSS Codes

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

#730cca Text Font Color

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

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


#730cca Background Color

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

This div background color is #730cca


#730cca Border Color

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

This div border color is #730cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #730cca


Comments

No comments written yet.

Please login to write comment.