Color Hex Logo

#737edd Color Hex

#737EDD
(115,126,221)
0 Favorites   0 Comments

Color spaces of #737edd

RGB 115126221
HSL0.650.610.66
HSV234°48°87°
CMYK 0.480.430.00   0.13
XYZ27.582223.787071.5442
Yxy23.78700.22440.1935
Hunter Lab48.771915.5970-52.8330
CIE-Lab55.873921.2283-49.9535

#737edd color RGB value is (115,126,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 01111110 11011101
Octal 163 176 335
Decimal 115 126 221
Hex 73 7E DD

RGB Percentages of Color #737edd

%24.89
%27.27
%47.84

CMYK Percentages of Color #737edd

%48
%43
%0
%13

Triadic Colors of #737edd

#737edd #dd737e #7edd73

Analogous Colors of #737edd

#737edd #9d73dd #73b3dd

Monochromatic Colors of #737edd

#737edd

Complementary Color

#737edd #ddd273

#737edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#737edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#737edd Color CSS Codes

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

#737edd Text Font Color

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

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


#737edd Background Color

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

This div background color is #737edd


#737edd Border Color

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

This div border color is #737edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #737edd


Comments

No comments written yet.

Please login to write comment.