Color Hex Logo

#734cdd Color Hex

#734CDD
(115,76,221)
0 Favorites   0 Comments

Color spaces of #734cdd

RGB 11576221
HSL0.710.680.58
HSV256°66°87°
CMYK 0.480.660.00   0.13
XYZ22.705814.034269.9188
Yxy14.03420.21290.1316
Hunter Lab37.462242.6296-84.4341
CIE-Lab44.281950.4076-68.6128

#734cdd color RGB value is (115,76,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 01001100 11011101
Octal 163 114 335
Decimal 115 76 221
Hex 73 4C DD

RGB Percentages of Color #734cdd

%27.91
%18.45
%53.64

CMYK Percentages of Color #734cdd

%48
%66
%0
%13

Triadic Colors of #734cdd

#734cdd #dd734c #4cdd73

Analogous Colors of #734cdd

#734cdd #bc4cdd #4c6edd

Monochromatic Colors of #734cdd

#734cdd

Complementary Color

#734cdd #b6dd4c

#734cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#734cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#734cdd Color CSS Codes

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

#734cdd Text Font Color

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

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


#734cdd Background Color

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

This div background color is #734cdd


#734cdd Border Color

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

This div border color is #734cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #734cdd


Comments

No comments written yet.

Please login to write comment.