Color Hex Logo

#738eed Color Hex

#738EED
(115,142,237)
0 Favorites   0 Comments

Color spaces of #738eed

RGB 115142237
HSL0.630.770.69
HSV227°51°93°
CMYK 0.510.400.00   0.07
XYZ32.029329.105384.0505
Yxy29.10530.22060.2005
Hunter Lab53.949311.5627-54.6065
CIE-Lab60.874416.5862-50.9243

#738eed color RGB value is (115,142,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 10001110 11101101
Octal 163 216 355
Decimal 115 142 237
Hex 73 8E ED

RGB Percentages of Color #738eed

%23.28
%28.74
%47.98

CMYK Percentages of Color #738eed

%51
%40
%0
%7

Triadic Colors of #738eed

#738eed #ed738e #8eed73

Analogous Colors of #738eed

#738eed #9573ed #73cbed

Monochromatic Colors of #738eed

#738eed

Complementary Color

#738eed #edd273

#738eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#738eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#738eed Color CSS Codes

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

#738eed Text Font Color

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

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


#738eed Background Color

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

This div background color is #738eed


#738eed Border Color

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

This div border color is #738eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #738eed


Comments

No comments written yet.

Please login to write comment.