Color Hex Logo

#737eea Color Hex

#737EEA
(115,126,234)
0 Favorites   0 Comments

Color spaces of #737eea

RGB 115126234
HSL0.650.740.68
HSV234°51°92°
CMYK 0.510.460.00   0.08
XYZ29.382424.507181.0236
Yxy24.50710.21780.1817
Hunter Lab49.504619.3116-62.3859
CIE-Lab56.592025.1837-56.0785

#737eea color RGB value is (115,126,234).

#737eea hex color red value is 115, green value is 126 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #737eea hue: 0.65 , saturation: 0.74 and the lightness value of 737eea is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 01111110 11101010
Octal 163 176 352
Decimal 115 126 234
Hex 73 7E EA

RGB Percentages of Color #737eea

%24.21
%26.53
%49.26

CMYK Percentages of Color #737eea

%51
%46
%0
%8

Triadic Colors of #737eea

#737eea #ea737e #7eea73

Analogous Colors of #737eea

#737eea #a473ea #73baea

Monochromatic Colors of #737eea

#737eea

Complementary Color

#737eea #eadf73

#737eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#737eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#737eea Color CSS Codes

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

#737eea Text Font Color

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

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


#737eea Background Color

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

This div background color is #737eea


#737eea Border Color

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

This div border color is #737eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #737eea


Comments

No comments written yet.

Please login to write comment.