Color Hex Logo

#738cee Color Hex

#738CEE
(115,140,238)
0 Favorites   0 Comments

Color spaces of #738cee

RGB 115140238
HSL0.630.780.69
HSV228°52°93°
CMYK 0.520.410.00   0.07
XYZ31.880928.574184.7240
Yxy28.57410.21960.1968
Hunter Lab53.454712.9132-56.5544
CIE-Lab60.403918.0763-52.2244

#738cee color RGB value is (115,140,238).

#738cee hex color red value is 115, green value is 140 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #738cee hue: 0.63 , saturation: 0.78 and the lightness value of 738cee is 0.69.

The process color (four color CMYK) of #738cee color hex is 0.52, 0.41, 0.00, 0.07. Web safe color of #738cee is #6699ff. Color #738cee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10001100 11101110
Octal 163 214 356
Decimal 115 140 238
Hex 73 8C EE

RGB Percentages of Color #738cee

%23.33
%28.40
%48.28

CMYK Percentages of Color #738cee

%52
%41
%0
%7

Triadic Colors of #738cee

#738cee #ee738c #8cee73

Analogous Colors of #738cee

#738cee #9873ee #73caee

Monochromatic Colors of #738cee

#738cee

Complementary Color

#738cee #eed573

#738cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#738cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#738cee Color CSS Codes

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

#738cee Text Font Color

<p style="color:#738cee">Text here</p>

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


#738cee Background Color

<div style="background-color:#738cee">
Div content here</div>

This div background color is #738cee


#738cee Border Color

<div style="border:3px solid #738cee">
Div here</div>

This div border color is #738cee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,140,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #738cee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #738cee;
  -webkit-box-shadow: 1px 1px 3px 2px #738cee;
  box-shadow:         1px 1px 3px 2px #738cee; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #738cee


Comments

No comments written yet.

Please login to write comment.