Color Hex Logo

#733cef Color Hex

#733CEF
(115,60,239)
0 Favorites   0 Comments

Color spaces of #733cef

RGB 11560239
HSL0.720.850.59
HSV258°75°94°
CMYK 0.520.750.00   0.06
XYZ24.266113.108682.9126
Yxy13.10860.20170.1090
Hunter Lab36.205856.2753-110.4322
CIE-Lab42.926463.2000-81.0375

#733cef color RGB value is (115,60,239).

#733cef hex color red value is 115, green value is 60 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #733cef hue: 0.72 , saturation: 0.85 and the lightness value of 733cef is 0.59.

The process color (four color CMYK) of #733cef color hex is 0.52, 0.75, 0.00, 0.06. Web safe color of #733cef is #6633ff. Color #733cef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 00111100 11101111
Octal 163 74 357
Decimal 115 60 239
Hex 73 3C EF

RGB Percentages of Color #733cef

%27.78
%14.49
%57.73

CMYK Percentages of Color #733cef

%52
%75
%0
%6

Triadic Colors of #733cef

#733cef #ef733c #3cef73

Analogous Colors of #733cef

#733cef #cd3cef #3c5fef

Monochromatic Colors of #733cef

#733cef

Complementary Color

#733cef #b8ef3c

#733cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#733cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#733cef Color CSS Codes

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

#733cef Text Font Color

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

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


#733cef Background Color

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

This div background color is #733cef


#733cef Border Color

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

This div border color is #733cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #733cef


Comments

No comments written yet.

Please login to write comment.