Color Hex Logo

#733bdf Color Hex

#733BDF
(115,59,223)
0 Favorites   0 Comments

Color spaces of #733bdf

RGB 11559223
HSL0.720.720.55
HSV260°74°87°
CMYK 0.480.740.00   0.13
XYZ21.953512.100570.9906
Yxy12.10050.20900.1152
Hunter Lab34.785851.7773-96.6486
CIE-Lab41.375459.4709-74.5013

#733bdf color RGB value is (115,59,223).

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

The process color (four color CMYK) of #733bdf color hex is 0.48, 0.74, 0.00, 0.13. Web safe color of #733bdf is #6633cc. Color #733bdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 00111011 11011111
Octal 163 73 337
Decimal 115 59 223
Hex 73 3B DF

RGB Percentages of Color #733bdf

%28.97
%14.86
%56.17

CMYK Percentages of Color #733bdf

%48
%74
%0
%13

Triadic Colors of #733bdf

#733bdf #df733b #3bdf73

Analogous Colors of #733bdf

#733bdf #c53bdf #3b55df

Monochromatic Colors of #733bdf

#733bdf

Complementary Color

#733bdf #a7df3b

#733bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#733bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#733bdf Color CSS Codes

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

#733bdf Text Font Color

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

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


#733bdf Background Color

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

This div background color is #733bdf


#733bdf Border Color

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

This div border color is #733bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #733bdf


Comments

No comments written yet.

Please login to write comment.