Color Hex Logo

#736dec Color Hex

#736DEC
(115,109,236)
0 Favorites   0 Comments

Color spaces of #736dec

RGB 115109236
HSL0.670.770.68
HSV243°54°93°
CMYK 0.510.540.00   0.07
XYZ27.679220.638281.8816
Yxy20.63820.21260.1585
Hunter Lab45.429329.2554-75.0636
CIE-Lab52.551235.9378-63.6828

#736dec color RGB value is (115,109,236).

#736dec hex color red value is 115, green value is 109 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #736dec hue: 0.67 , saturation: 0.77 and the lightness value of 736dec is 0.68.

The process color (four color CMYK) of #736dec color hex is 0.51, 0.54, 0.00, 0.07. Web safe color of #736dec is #6666ff. Color #736dec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01101101 11101100
Octal 163 155 354
Decimal 115 109 236
Hex 73 6D EC

RGB Percentages of Color #736dec

%25.00
%23.70
%51.30

CMYK Percentages of Color #736dec

%51
%54
%0
%7

Triadic Colors of #736dec

#736dec #ec736d #6dec73

Analogous Colors of #736dec

#736dec #b36dec #6da7ec

Monochromatic Colors of #736dec

#736dec

Complementary Color

#736dec #e6ec6d

#736dec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#736dec Color Preview on White Background

Lorem ipsum dolor sit amet.

#736dec Color CSS Codes

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

#736dec Text Font Color

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

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


#736dec Background Color

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

This div background color is #736dec


#736dec Border Color

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

This div border color is #736dec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #736dec


Comments

No comments written yet.

Please login to write comment.