Color Hex Logo

#733edb Color Hex

#733EDB
(115,62,219)
0 Favorites   0 Comments

Color spaces of #733edb

RGB 11562219
HSL0.720.690.55
HSV260°72°86°
CMYK 0.470.720.00   0.14
XYZ21.579012.204668.2362
Yxy12.20460.21150.1196
Hunter Lab34.935149.1210-91.3524
CIE-Lab41.539557.0093-71.9459

#733edb color RGB value is (115,62,219).

#733edb hex color red value is 115, green value is 62 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #733edb hue: 0.72 , saturation: 0.69 and the lightness value of 733edb is 0.55.

The process color (four color CMYK) of #733edb color hex is 0.47, 0.72, 0.00, 0.14. Web safe color of #733edb is #6633cc. Color #733edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 00111110 11011011
Octal 163 76 333
Decimal 115 62 219
Hex 73 3E DB

RGB Percentages of Color #733edb

%29.04
%15.66
%55.30

CMYK Percentages of Color #733edb

%47
%72
%0
%14

Triadic Colors of #733edb

#733edb #db733e #3edb73

Analogous Colors of #733edb

#733edb #c23edb #3e58db

Monochromatic Colors of #733edb

#733edb

Complementary Color

#733edb #a6db3e

#733edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#733edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#733edb Color CSS Codes

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

#733edb Text Font Color

<p style="color:#733edb">Text here</p>

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


#733edb Background Color

<div style="background-color:#733edb">
Div content here</div>

This div background color is #733edb


#733edb Border Color

<div style="border:3px solid #733edb">
Div here</div>

This div border color is #733edb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,62,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #733edb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #733edb;
  -webkit-box-shadow: 1px 1px 3px 2px #733edb;
  box-shadow:         1px 1px 3px 2px #733edb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #733edb


Comments

No comments written yet.

Please login to write comment.