Color Hex Logo

#736bea Color Hex

#736BEA
(115,107,234)
0 Favorites   0 Comments

Color spaces of #736bea

RGB 115107234
HSL0.680.750.67
HSV244°54°92°
CMYK 0.510.540.00   0.08
XYZ27.179220.100780.2892
Yxy20.10070.21310.1576
Hunter Lab44.833829.7513-74.7940
CIE-Lab51.950936.5178-63.5312

#736bea color RGB value is (115,107,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 01101011 11101010
Octal 163 153 352
Decimal 115 107 234
Hex 73 6B EA

RGB Percentages of Color #736bea

%25.22
%23.46
%51.32

CMYK Percentages of Color #736bea

%51
%54
%0
%8

Triadic Colors of #736bea

#736bea #ea736b #6bea73

Analogous Colors of #736bea

#736bea #b36bea #6ba3ea

Monochromatic Colors of #736bea

#736bea

Complementary Color

#736bea #e2ea6b

#736bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#736bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#736bea Color CSS Codes

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

#736bea Text Font Color

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

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


#736bea Background Color

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

This div background color is #736bea


#736bea Border Color

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

This div border color is #736bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #736bea


Comments

No comments written yet.

Please login to write comment.