Color Hex Logo

#737deb Color Hex

#737DEB
(115,125,235)
0 Favorites   0 Comments

Color spaces of #737deb

RGB 115125235
HSL0.650.750.69
HSV235°51°92°
CMYK 0.510.470.00   0.08
XYZ29.399224.310281.7401
Yxy24.31020.21700.1795
Hunter Lab49.305420.1494-63.7792
CIE-Lab56.397026.0883-56.9473

#737deb color RGB value is (115,125,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 01111101 11101011
Octal 163 175 353
Decimal 115 125 235
Hex 73 7D EB

RGB Percentages of Color #737deb

%24.21
%26.32
%49.47

CMYK Percentages of Color #737deb

%51
%47
%0
%8

Triadic Colors of #737deb

#737deb #eb737d #7deb73

Analogous Colors of #737deb

#737deb #a573eb #73b9eb

Monochromatic Colors of #737deb

#737deb

Complementary Color

#737deb #ebe173

#737deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#737deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#737deb Color CSS Codes

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

#737deb Text Font Color

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

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


#737deb Background Color

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

This div background color is #737deb


#737deb Border Color

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

This div border color is #737deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #737deb


Comments

No comments written yet.

Please login to write comment.