Color Hex Logo

#736edc Color Hex

#736EDC
(115,110,220)
0 Favorites   0 Comments

Color spaces of #736edc

RGB 115110220
HSL0.670.610.65
HSV243°50°86°
CMYK 0.480.500.00   0.14
XYZ25.564419.964070.2162
Yxy19.96400.22090.1725
Hunter Lab44.681123.9373-61.8973
CIE-Lab51.796530.5259-55.9010

#736edc color RGB value is (115,110,220).

#736edc hex color red value is 115, green value is 110 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #736edc hue: 0.67 , saturation: 0.61 and the lightness value of 736edc is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 01101110 11011100
Octal 163 156 334
Decimal 115 110 220
Hex 73 6E DC

RGB Percentages of Color #736edc

%25.84
%24.72
%49.44

CMYK Percentages of Color #736edc

%48
%50
%0
%14

Triadic Colors of #736edc

#736edc #dc736e #6edc73

Analogous Colors of #736edc

#736edc #aa6edc #6ea0dc

Monochromatic Colors of #736edc

#736edc

Complementary Color

#736edc #d7dc6e

#736edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#736edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#736edc Color CSS Codes

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

#736edc Text Font Color

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

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


#736edc Background Color

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

This div background color is #736edc


#736edc Border Color

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

This div border color is #736edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #736edc


Comments

No comments written yet.

Please login to write comment.