Color Hex Logo

#730ceb Color Hex

#730CEB
(115,12,235)
0 Favorites   0 Comments

Color spaces of #730ceb

RGB 11512235
HSL0.740.900.48
HSV268°95°92°
CMYK 0.510.950.00   0.08
XYZ22.19719.905979.3394
Yxy9.90590.19920.0889
Hunter Lab31.473670.8100-127.4279
CIE-Lab37.673076.5600-87.4329

#730ceb color RGB value is (115,12,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 00001100 11101011
Octal 163 14 353
Decimal 115 12 235
Hex 73 C EB

RGB Percentages of Color #730ceb

%31.77
%3.31
%64.92

CMYK Percentages of Color #730ceb

%51
%95
%0
%8

Triadic Colors of #730ceb

#730ceb #eb730c #0ceb73

Analogous Colors of #730ceb

#730ceb #e30ceb #0c14eb

Monochromatic Colors of #730ceb

#730ceb

Complementary Color

#730ceb #84eb0c

#730ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#730ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#730ceb Color CSS Codes

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

#730ceb Text Font Color

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

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


#730ceb Background Color

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

This div background color is #730ceb


#730ceb Border Color

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

This div border color is #730ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #730ceb


Comments

No comments written yet.

Please login to write comment.