Color Hex Logo

#737eed Color Hex

#737EED
(115,126,237)
0 Favorites   0 Comments

Color spaces of #737eed

RGB 115126237
HSL0.650.770.69
HSV235°51°93°
CMYK 0.510.470.00   0.07
XYZ29.817124.681083.3131
Yxy24.68100.21640.1791
Hunter Lab49.680020.1928-64.6531
CIE-Lab56.763326.1044-57.4744

#737eed color RGB value is (115,126,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 01111110 11101101
Octal 163 176 355
Decimal 115 126 237
Hex 73 7E ED

RGB Percentages of Color #737eed

%24.06
%26.36
%49.58

CMYK Percentages of Color #737eed

%51
%47
%0
%7

Triadic Colors of #737eed

#737eed #ed737e #7eed73

Analogous Colors of #737eed

#737eed #a573ed #73bbed

Monochromatic Colors of #737eed

#737eed

Complementary Color

#737eed #ede273

#737eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#737eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#737eed Color CSS Codes

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

#737eed Text Font Color

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

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


#737eed Background Color

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

This div background color is #737eed


#737eed Border Color

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

This div border color is #737eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #737eed


Comments

No comments written yet.

Please login to write comment.