Color Hex Logo

#737dcb Color Hex

#737DCB
(115,125,203)
0 Favorites   0 Comments

Color spaces of #737dcb

RGB 115125203
HSL0.650.460.62
HSV233°43°80°
CMYK 0.430.380.00   0.20
XYZ25.183322.623959.5394
Yxy22.62390.23460.2108
Hunter Lab47.564611.2697-40.9216
CIE-Lab54.682816.4730-41.6809

#737dcb color RGB value is (115,125,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 01111101 11001011
Octal 163 175 313
Decimal 115 125 203
Hex 73 7D CB

RGB Percentages of Color #737dcb

%25.96
%28.22
%45.82

CMYK Percentages of Color #737dcb

%43
%38
%0
%20

Triadic Colors of #737dcb

#737dcb #cb737d #7dcb73

Analogous Colors of #737dcb

#737dcb #9573cb #73a9cb

Monochromatic Colors of #737dcb

#737dcb

Complementary Color

#737dcb #cbc173

#737dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#737dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#737dcb Color CSS Codes

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

#737dcb Text Font Color

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

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


#737dcb Background Color

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

This div background color is #737dcb


#737dcb Border Color

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

This div border color is #737dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #737dcb


Comments

No comments written yet.

Please login to write comment.