Color Hex Logo

#738ded Color Hex

#738DED
(115,141,237)
0 Favorites   0 Comments

Color spaces of #738ded

RGB 115141237
HSL0.630.770.69
HSV227°51°93°
CMYK 0.510.410.00   0.07
XYZ31.881228.809084.0011
Yxy28.80900.22030.1991
Hunter Lab53.674012.0956-55.2184
CIE-Lab60.612717.1774-51.3397

#738ded color RGB value is (115,141,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 10001101 11101101
Octal 163 215 355
Decimal 115 141 237
Hex 73 8D ED

RGB Percentages of Color #738ded

%23.33
%28.60
%48.07

CMYK Percentages of Color #738ded

%51
%41
%0
%7

Triadic Colors of #738ded

#738ded #ed738d #8ded73

Analogous Colors of #738ded

#738ded #9673ed #73caed

Monochromatic Colors of #738ded

#738ded

Complementary Color

#738ded #edd373

#738ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#738ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#738ded Color CSS Codes

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

#738ded Text Font Color

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

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


#738ded Background Color

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

This div background color is #738ded


#738ded Border Color

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

This div border color is #738ded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #738ded


Comments

No comments written yet.

Please login to write comment.