Color Hex Logo

#738edc Color Hex

#738EDC
(115,142,220)
0 Favorites   0 Comments

Color spaces of #738edc

RGB 115142220
HSL0.620.600.66
HSV225°48°86°
CMYK 0.480.350.00   0.14
XYZ29.661528.158171.5819
Yxy28.15810.22920.2176
Hunter Lab53.06426.9145-42.8353
CIE-Lab60.031311.4261-42.8161

#738edc color RGB value is (115,142,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 10001110 11011100
Octal 163 216 334
Decimal 115 142 220
Hex 73 8E DC

RGB Percentages of Color #738edc

%24.11
%29.77
%46.12

CMYK Percentages of Color #738edc

%48
%35
%0
%14

Triadic Colors of #738edc

#738edc #dc738e #8edc73

Analogous Colors of #738edc

#738edc #8d73dc #73c3dc

Monochromatic Colors of #738edc

#738edc

Complementary Color

#738edc #dcc173

#738edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#738edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#738edc Color CSS Codes

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

#738edc Text Font Color

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

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


#738edc Background Color

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

This div background color is #738edc


#738edc Border Color

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

This div border color is #738edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #738edc


Comments

No comments written yet.

Please login to write comment.