Color Hex Logo

#732dab Color Hex

#732DAB
(115,45,171)
0 Favorites   0 Comments

Color spaces of #732dab

RGB 11545171
HSL0.760.580.42
HSV273°74°67°
CMYK 0.330.740.00   0.33
XYZ15.35938.461939.3519
Yxy8.46190.24310.1339
Hunter Lab29.089343.3424-59.8446
CIE-Lab34.926952.8293-54.6568

#732dab color RGB value is (115,45,171).

#732dab hex color red value is 115, green value is 45 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #732dab hue: 0.76 , saturation: 0.58 and the lightness value of 732dab is 0.42.

The process color (four color CMYK) of #732dab color hex is 0.33, 0.74, 0.00, 0.33. Web safe color of #732dab is #663399. Color #732dab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 00101101 10101011
Octal 163 55 253
Decimal 115 45 171
Hex 73 2D AB

RGB Percentages of Color #732dab

%34.74
%13.60
%51.66

CMYK Percentages of Color #732dab

%33
%74
%0
%33

Triadic Colors of #732dab

#732dab #ab732d #2dab73

Analogous Colors of #732dab

#732dab #ab2da4 #342dab

Monochromatic Colors of #732dab

#732dab

Complementary Color

#732dab #65ab2d

#732dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#732dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#732dab Color CSS Codes

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

#732dab Text Font Color

<p style="color:#732dab">Text here</p>

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


#732dab Background Color

<div style="background-color:#732dab">
Div content here</div>

This div background color is #732dab


#732dab Border Color

<div style="border:3px solid #732dab">
Div here</div>

This div border color is #732dab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,45,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #732dab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #732dab;
  -webkit-box-shadow: 1px 1px 3px 2px #732dab;
  box-shadow:         1px 1px 3px 2px #732dab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #732dab


Comments

No comments written yet.

Please login to write comment.