Color Hex Logo

#737ddc Color Hex

#737DDC
(115,125,220)
0 Favorites   0 Comments

Color spaces of #737ddc

RGB 115125220
HSL0.650.600.66
HSV234°48°86°
CMYK 0.480.430.00   0.14
XYZ27.322123.479470.8021
Yxy23.47940.22470.1931
Hunter Lab48.455515.8516-52.7143
CIE-Lab55.562721.5257-49.8867

#737ddc color RGB value is (115,125,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 01111101 11011100
Octal 163 175 334
Decimal 115 125 220
Hex 73 7D DC

RGB Percentages of Color #737ddc

%25.00
%27.17
%47.83

CMYK Percentages of Color #737ddc

%48
%43
%0
%14

Triadic Colors of #737ddc

#737ddc #dc737d #7ddc73

Analogous Colors of #737ddc

#737ddc #9e73dc #73b2dc

Monochromatic Colors of #737ddc

#737ddc

Complementary Color

#737ddc #dcd273

#737ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#737ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#737ddc Color CSS Codes

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

#737ddc Text Font Color

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

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


#737ddc Background Color

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

This div background color is #737ddc


#737ddc Border Color

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

This div border color is #737ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #737ddc


Comments

No comments written yet.

Please login to write comment.