Color Hex Logo

#736ce6 Color Hex

#736CE6
(115,108,230)
0 Favorites   0 Comments

Color spaces of #736ce6

RGB 115108230
HSL0.680.710.66
HSV243°53°90°
CMYK 0.500.530.00   0.10
XYZ26.715720.083177.3313
Yxy20.08310.21520.1618
Hunter Lab44.814227.9869-70.9409
CIE-Lab51.931034.7200-61.3187

#736ce6 color RGB value is (115,108,230).

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

The process color (four color CMYK) of #736ce6 color hex is 0.50, 0.53, 0.00, 0.10. Web safe color of #736ce6 is #6666ff. Color #736ce6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01101100 11100110
Octal 163 154 346
Decimal 115 108 230
Hex 73 6C E6

RGB Percentages of Color #736ce6

%25.39
%23.84
%50.77

CMYK Percentages of Color #736ce6

%50
%53
%0
%10

Triadic Colors of #736ce6

#736ce6 #e6736c #6ce673

Analogous Colors of #736ce6

#736ce6 #b06ce6 #6ca2e6

Monochromatic Colors of #736ce6

#736ce6

Complementary Color

#736ce6 #dfe66c

#736ce6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#736ce6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#736ce6 Color CSS Codes

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

#736ce6 Text Font Color

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

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


#736ce6 Background Color

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

This div background color is #736ce6


#736ce6 Border Color

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

This div border color is #736ce6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #736ce6


Comments

No comments written yet.

Please login to write comment.