Color Hex Logo

#733c95 Color Hex

#733C95
(115,60,149)
0 Favorites   0 Comments

Color spaces of #733c95

RGB 11560149
HSL0.770.430.41
HSV277°60°58°
CMYK 0.230.600.00   0.42
XYZ14.11099.046529.4362
Yxy9.04650.26830.1720
Hunter Lab30.077431.1083-36.9719
CIE-Lab36.073740.2983-39.5393

#733c95 color RGB value is (115,60,149).

#733c95 hex color red value is 115, green value is 60 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #733c95 hue: 0.77 , saturation: 0.43 and the lightness value of 733c95 is 0.41.

The process color (four color CMYK) of #733c95 color hex is 0.23, 0.60, 0.00, 0.42. Web safe color of #733c95 is #663399. Color #733c95 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 00111100 10010101
Octal 163 74 225
Decimal 115 60 149
Hex 73 3C 95

RGB Percentages of Color #733c95

%35.49
%18.52
%45.99

CMYK Percentages of Color #733c95

%23
%60
%0
%42

Triadic Colors of #733c95

#733c95 #95733c #3c9573

Analogous Colors of #733c95

#733c95 #953c8b #473c95

Monochromatic Colors of #733c95

#733c95

Complementary Color

#733c95 #5e953c

#733c95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#733c95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#733c95 Color CSS Codes

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

#733c95 Text Font Color

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

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


#733c95 Background Color

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

This div background color is #733c95


#733c95 Border Color

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

This div border color is #733c95


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #733c95


Comments

No comments written yet.

Please login to write comment.