Color Hex Logo

#730cdc Color Hex

#730CDC
(115,12,220)
0 Favorites   0 Comments

Color spaces of #730cdc

RGB 11512220
HSL0.750.900.45
HSV270°95°86°
CMYK 0.480.950.00   0.14
XYZ20.12009.075168.4014
Yxy9.07510.20620.0930
Hunter Lab30.124966.4990-113.5360
CIE-Lab36.128573.2970-81.4131

#730cdc color RGB value is (115,12,220).

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

The process color (four color CMYK) of #730cdc color hex is 0.48, 0.95, 0.00, 0.14. Web safe color of #730cdc is #6600cc. Color #730cdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 00001100 11011100
Octal 163 14 334
Decimal 115 12 220
Hex 73 C DC

RGB Percentages of Color #730cdc

%33.14
%3.46
%63.40

CMYK Percentages of Color #730cdc

%48
%95
%0
%14

Triadic Colors of #730cdc

#730cdc #dc730c #0cdc73

Analogous Colors of #730cdc

#730cdc #db0cdc #0c0ddc

Monochromatic Colors of #730cdc

#730cdc

Complementary Color

#730cdc #75dc0c

#730cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#730cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#730cdc Color CSS Codes

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

#730cdc Text Font Color

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

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


#730cdc Background Color

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

This div background color is #730cdc


#730cdc Border Color

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

This div border color is #730cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #730cdc


Comments

No comments written yet.

Please login to write comment.