Color Hex Logo

#732ddd Color Hex

#732DDD
(115,45,221)
0 Favorites   0 Comments

Color spaces of #732ddd

RGB 11545221
HSL0.730.720.52
HSV264°80°87°
CMYK 0.480.800.00   0.13
XYZ21.059810.742169.3701
Yxy10.74210.20820.1062
Hunter Lab32.775157.3394-102.5474
CIE-Lab39.142764.8741-77.0211

#732ddd color RGB value is (115,45,221).

#732ddd hex color red value is 115, green value is 45 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #732ddd hue: 0.73 , saturation: 0.72 and the lightness value of 732ddd is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 00101101 11011101
Octal 163 55 335
Decimal 115 45 221
Hex 73 2D DD

RGB Percentages of Color #732ddd

%30.18
%11.81
%58.01

CMYK Percentages of Color #732ddd

%48
%80
%0
%13

Triadic Colors of #732ddd

#732ddd #dd732d #2ddd73

Analogous Colors of #732ddd

#732ddd #cb2ddd #2d3fdd

Monochromatic Colors of #732ddd

#732ddd

Complementary Color

#732ddd #97dd2d

#732ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#732ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#732ddd Color CSS Codes

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

#732ddd Text Font Color

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

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


#732ddd Background Color

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

This div background color is #732ddd


#732ddd Border Color

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

This div border color is #732ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #732ddd


Comments

No comments written yet.

Please login to write comment.