Color Hex Logo

#737edc Color Hex

#737EDC
(115,126,220)
0 Favorites   0 Comments

Color spaces of #737edc

RGB 115126220
HSL0.650.600.66
HSV234°48°86°
CMYK 0.480.430.00   0.14
XYZ27.449423.733970.8445
Yxy23.73390.22490.1945
Hunter Lab48.717515.3186-52.1168
CIE-Lab55.820420.9269-49.4771

#737edc color RGB value is (115,126,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 01111110 11011100
Octal 163 176 334
Decimal 115 126 220
Hex 73 7E DC

RGB Percentages of Color #737edc

%24.95
%27.33
%47.72

CMYK Percentages of Color #737edc

%48
%43
%0
%14

Triadic Colors of #737edc

#737edc #dc737e #7edc73

Analogous Colors of #737edc

#737edc #9d73dc #73b3dc

Monochromatic Colors of #737edc

#737edc

Complementary Color

#737edc #dcd173

#737edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#737edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#737edc Color CSS Codes

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

#737edc Text Font Color

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

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


#737edc Background Color

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

This div background color is #737edc


#737edc Border Color

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

This div border color is #737edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #737edc


Comments

No comments written yet.

Please login to write comment.