Color Hex Logo

#738dcd Color Hex

#738DCD
(115,141,205)
0 Favorites   0 Comments

Color spaces of #738dcd

RGB 115141205
HSL0.620.470.63
HSV223°44°80°
CMYK 0.440.310.00   0.20
XYZ27.614627.102461.5334
Yxy27.10240.23750.2331
Hunter Lab52.06003.5783-33.6371
CIE-Lab59.06907.5859-35.9243

#738dcd color RGB value is (115,141,205).

#738dcd hex color red value is 115, green value is 141 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #738dcd hue: 0.62 , saturation: 0.47 and the lightness value of 738dcd is 0.63.

The process color (four color CMYK) of #738dcd color hex is 0.44, 0.31, 0.00, 0.20. Web safe color of #738dcd is #6699cc. Color #738dcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10001101 11001101
Octal 163 215 315
Decimal 115 141 205
Hex 73 8D CD

RGB Percentages of Color #738dcd

%24.95
%30.59
%44.47

CMYK Percentages of Color #738dcd

%44
%31
%0
%20

Triadic Colors of #738dcd

#738dcd #cd738d #8dcd73

Analogous Colors of #738dcd

#738dcd #8673cd #73bacd

Monochromatic Colors of #738dcd

#738dcd

Complementary Color

#738dcd #cdb373

#738dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#738dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#738dcd Color CSS Codes

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

#738dcd Text Font Color

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

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


#738dcd Background Color

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

This div background color is #738dcd


#738dcd Border Color

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

This div border color is #738dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #738dcd


Comments

No comments written yet.

Please login to write comment.