Color Hex Logo

#734ddd Color Hex

#734DDD
(115,77,221)
0 Favorites   0 Comments

Color spaces of #734ddd

RGB 11577221
HSL0.710.680.58
HSV256°65°87°
CMYK 0.480.650.00   0.13
XYZ22.775314.173169.9419
Yxy14.17310.21310.1326
Hunter Lab37.647242.1040-83.7975
CIE-Lab44.480249.8694-68.2901

#734ddd color RGB value is (115,77,221).

#734ddd hex color red value is 115, green value is 77 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #734ddd hue: 0.71 , saturation: 0.68 and the lightness value of 734ddd is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 01001101 11011101
Octal 163 115 335
Decimal 115 77 221
Hex 73 4D DD

RGB Percentages of Color #734ddd

%27.85
%18.64
%53.51

CMYK Percentages of Color #734ddd

%48
%65
%0
%13

Triadic Colors of #734ddd

#734ddd #dd734d #4ddd73

Analogous Colors of #734ddd

#734ddd #bb4ddd #4d6fdd

Monochromatic Colors of #734ddd

#734ddd

Complementary Color

#734ddd #b7dd4d

#734ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#734ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#734ddd Color CSS Codes

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

#734ddd Text Font Color

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

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


#734ddd Background Color

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

This div background color is #734ddd


#734ddd Border Color

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

This div border color is #734ddd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(115,77,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 #734ddd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #734ddd


Comments

No comments written yet.

Please login to write comment.