Color Hex Logo

#737fdc Color Hex

#737FDC
(115,127,220)
0 Favorites   0 Comments

Color spaces of #737fdc

RGB 115127220
HSL0.650.600.66
HSV233°48°86°
CMYK 0.480.420.00   0.14
XYZ27.577923.990970.8873
Yxy23.99090.22520.1959
Hunter Lab48.980514.7864-51.5214
CIE-Lab56.078720.3284-49.0667

#737fdc color RGB value is (115,127,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 01111111 11011100
Octal 163 177 334
Decimal 115 127 220
Hex 73 7F DC

RGB Percentages of Color #737fdc

%24.89
%27.49
%47.62

CMYK Percentages of Color #737fdc

%48
%42
%0
%14

Triadic Colors of #737fdc

#737fdc #dc737f #7fdc73

Analogous Colors of #737fdc

#737fdc #9c73dc #73b4dc

Monochromatic Colors of #737fdc

#737fdc

Complementary Color

#737fdc #dcd073

#737fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#737fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#737fdc Color CSS Codes

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

#737fdc Text Font Color

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

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


#737fdc Background Color

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

This div background color is #737fdc


#737fdc Border Color

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

This div border color is #737fdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(115,127,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 #737fdc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #737fdc


Comments

No comments written yet.

Please login to write comment.