Color Hex Logo

#734eea Color Hex

#734EEA
(115,78,234)
0 Favorites   0 Comments

Color spaces of #734eea

RGB 11578234
HSL0.710.790.61
HSV254°67°92°
CMYK 0.510.670.00   0.08
XYZ24.645915.034179.4448
Yxy15.03410.20690.1262
Hunter Lab38.773845.6062-94.3393
CIE-Lab45.680952.9737-73.7059

#734eea color RGB value is (115,78,234).

#734eea hex color red value is 115, green value is 78 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #734eea hue: 0.71 , saturation: 0.79 and the lightness value of 734eea is 0.61.

The process color (four color CMYK) of #734eea color hex is 0.51, 0.67, 0.00, 0.08. Web safe color of #734eea is #6666ff. Color #734eea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01001110 11101010
Octal 163 116 352
Decimal 115 78 234
Hex 73 4E EA

RGB Percentages of Color #734eea

%26.93
%18.27
%54.80

CMYK Percentages of Color #734eea

%51
%67
%0
%8

Triadic Colors of #734eea

#734eea #ea734e #4eea73

Analogous Colors of #734eea

#734eea #c14eea #4e77ea

Monochromatic Colors of #734eea

#734eea

Complementary Color

#734eea #c5ea4e

#734eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#734eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#734eea Color CSS Codes

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

#734eea Text Font Color

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

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


#734eea Background Color

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

This div background color is #734eea


#734eea Border Color

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

This div border color is #734eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #734eea


Comments

No comments written yet.

Please login to write comment.