Color Hex Logo

#738ced Color Hex

#738CED
(115,140,237)
0 Favorites   0 Comments

Color spaces of #738ced

RGB 115140237
HSL0.630.770.69
HSV228°51°93°
CMYK 0.510.410.00   0.07
XYZ31.734428.515483.9522
Yxy28.51540.22010.1977
Hunter Lab53.399812.6292-55.8326
CIE-Lab60.351517.7690-51.7543

#738ced color RGB value is (115,140,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 10001100 11101101
Octal 163 214 355
Decimal 115 140 237
Hex 73 8C ED

RGB Percentages of Color #738ced

%23.37
%28.46
%48.17

CMYK Percentages of Color #738ced

%51
%41
%0
%7

Triadic Colors of #738ced

#738ced #ed738c #8ced73

Analogous Colors of #738ced

#738ced #9773ed #73c9ed

Monochromatic Colors of #738ced

#738ced

Complementary Color

#738ced #edd473

#738ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#738ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#738ced Color CSS Codes

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

#738ced Text Font Color

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

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


#738ced Background Color

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

This div background color is #738ced


#738ced Border Color

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

This div border color is #738ced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #738ced


Comments

No comments written yet.

Please login to write comment.