Color Hex Logo

#736cea Color Hex

#736CEA
(115,108,234)
0 Favorites   0 Comments

Color spaces of #736cea

RGB 115108234
HSL0.680.750.67
HSV243°54°92°
CMYK 0.510.540.00   0.08
XYZ27.284120.310580.3242
Yxy20.31050.21330.1588
Hunter Lab45.067229.1981-74.1268
CIE-Lab52.186535.9255-63.1513

#736cea color RGB value is (115,108,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 01101100 11101010
Octal 163 154 352
Decimal 115 108 234
Hex 73 6C EA

RGB Percentages of Color #736cea

%25.16
%23.63
%51.20

CMYK Percentages of Color #736cea

%51
%54
%0
%8

Triadic Colors of #736cea

#736cea #ea736c #6cea73

Analogous Colors of #736cea

#736cea #b26cea #6ca4ea

Monochromatic Colors of #736cea

#736cea

Complementary Color

#736cea #e3ea6c

#736cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#736cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#736cea Color CSS Codes

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

#736cea Text Font Color

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

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


#736cea Background Color

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

This div background color is #736cea


#736cea Border Color

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

This div border color is #736cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #736cea


Comments

No comments written yet.

Please login to write comment.