Color Hex Logo

#734ace Color Hex

#734ACE
(115,74,206)
0 Favorites   0 Comments

Color spaces of #734ace

RGB 11574206
HSL0.720.570.55
HSV259°64°81°
CMYK 0.440.640.00   0.19
XYZ20.659612.998659.8126
Yxy12.99860.22100.1391
Hunter Lab36.053639.1912-73.1242
CIE-Lab42.761147.3484-62.4853

#734ace color RGB value is (115,74,206).

#734ace hex color red value is 115, green value is 74 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #734ace hue: 0.72 , saturation: 0.57 and the lightness value of 734ace is 0.55.

The process color (four color CMYK) of #734ace color hex is 0.44, 0.64, 0.00, 0.19. Web safe color of #734ace is #6633cc. Color #734ace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01001010 11001110
Octal 163 112 316
Decimal 115 74 206
Hex 73 4A CE

RGB Percentages of Color #734ace

%29.11
%18.73
%52.15

CMYK Percentages of Color #734ace

%44
%64
%0
%19

Triadic Colors of #734ace

#734ace #ce734a #4ace73

Analogous Colors of #734ace

#734ace #b54ace #4a63ce

Monochromatic Colors of #734ace

#734ace

Complementary Color

#734ace #a5ce4a

#734ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#734ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#734ace Color CSS Codes

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

#734ace Text Font Color

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

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


#734ace Background Color

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

This div background color is #734ace


#734ace Border Color

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

This div border color is #734ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #734ace


Comments

No comments written yet.

Please login to write comment.