Color Hex Logo

#737ddd Color Hex

#737DDD
(115,125,221)
0 Favorites   0 Comments

Color spaces of #737ddd

RGB 115125221
HSL0.650.610.66
HSV234°48°87°
CMYK 0.480.430.00   0.13
XYZ27.455023.532571.5018
Yxy23.53250.22410.1921
Hunter Lab48.510316.1312-53.4333
CIE-Lab55.616721.8275-50.3627

#737ddd color RGB value is (115,125,221).

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

The process color (four color CMYK) of #737ddd color hex is 0.48, 0.43, 0.00, 0.13. Web safe color of #737ddd is #6666cc. Color #737ddd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01111101 11011101
Octal 163 175 335
Decimal 115 125 221
Hex 73 7D DD

RGB Percentages of Color #737ddd

%24.95
%27.11
%47.94

CMYK Percentages of Color #737ddd

%48
%43
%0
%13

Triadic Colors of #737ddd

#737ddd #dd737d #7ddd73

Analogous Colors of #737ddd

#737ddd #9e73dd #73b2dd

Monochromatic Colors of #737ddd

#737ddd

Complementary Color

#737ddd #ddd373

#737ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#737ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#737ddd Color CSS Codes

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

#737ddd Text Font Color

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

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


#737ddd Background Color

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

This div background color is #737ddd


#737ddd Border Color

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

This div border color is #737ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #737ddd


Comments

No comments written yet.

Please login to write comment.