Color Hex Logo

#737eca Color Hex

#737ECA
(115,126,202)
0 Favorites   0 Comments

Color spaces of #737eca

RGB 115126202
HSL0.650.450.62
HSV232°43°79°
CMYK 0.430.380.00   0.21
XYZ25.191822.830858.9562
Yxy22.83080.23550.2134
Hunter Lab47.781610.4925-39.7090
CIE-Lab54.897615.5832-40.7748

#737eca color RGB value is (115,126,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 01111110 11001010
Octal 163 176 312
Decimal 115 126 202
Hex 73 7E CA

RGB Percentages of Color #737eca

%25.96
%28.44
%45.60

CMYK Percentages of Color #737eca

%43
%38
%0
%21

Triadic Colors of #737eca

#737eca #ca737e #7eca73

Analogous Colors of #737eca

#737eca #9473ca #73aaca

Monochromatic Colors of #737eca

#737eca

Complementary Color

#737eca #cabf73

#737eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#737eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#737eca Color CSS Codes

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

#737eca Text Font Color

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

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


#737eca Background Color

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

This div background color is #737eca


#737eca Border Color

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

This div border color is #737eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #737eca


Comments

No comments written yet.

Please login to write comment.