Color Hex Logo

#738edd Color Hex

#738EDD
(115,142,221)
0 Favorites   0 Comments

Color spaces of #738edd

RGB 115142221
HSL0.620.610.66
HSV225°48°87°
CMYK 0.480.360.00   0.13
XYZ29.794428.211372.2816
Yxy28.21130.22870.2165
Hunter Lab53.11437.1793-43.5059
CIE-Lab60.079211.7256-43.2984

#738edd color RGB value is (115,142,221).

#738edd hex color red value is 115, green value is 142 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #738edd hue: 0.62 , saturation: 0.61 and the lightness value of 738edd is 0.66.

The process color (four color CMYK) of #738edd color hex is 0.48, 0.36, 0.00, 0.13. Web safe color of #738edd is #6699cc. Color #738edd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10001110 11011101
Octal 163 216 335
Decimal 115 142 221
Hex 73 8E DD

RGB Percentages of Color #738edd

%24.06
%29.71
%46.23

CMYK Percentages of Color #738edd

%48
%36
%0
%13

Triadic Colors of #738edd

#738edd #dd738e #8edd73

Analogous Colors of #738edd

#738edd #8d73dd #73c3dd

Monochromatic Colors of #738edd

#738edd

Complementary Color

#738edd #ddc273

#738edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#738edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#738edd Color CSS Codes

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

#738edd Text Font Color

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

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


#738edd Background Color

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

This div background color is #738edd


#738edd Border Color

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

This div border color is #738edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #738edd


Comments

No comments written yet.

Please login to write comment.