Color Hex Logo

#3706ec Color Hex

#3706EC
(55,6,236)
0 Favorites   0 Comments

Color spaces of #3706ec

RGB 556236
HSL0.700.950.47
HSV253°97°93°
CMYK 0.770.970.00   0.07
XYZ16.78106.998679.8233
Yxy6.99860.16200.0676
Hunter Lab26.454966.9311-160.3796
CIE-Lab31.803774.4475-97.9175

#3706ec color RGB value is (55,6,236).

#3706ec hex color red value is 55, green value is 6 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #3706ec hue: 0.70 , saturation: 0.95 and the lightness value of 3706ec is 0.47.

The process color (four color CMYK) of #3706ec color hex is 0.77, 0.97, 0.00, 0.07. Web safe color of #3706ec is #3300ff. Color #3706ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00000110 11101100
Octal 67 6 354
Decimal 55 6 236
Hex 37 6 EC

RGB Percentages of Color #3706ec

%18.52
%2.02
%79.46

CMYK Percentages of Color #3706ec

%77
%97
%0
%7

Triadic Colors of #3706ec

#3706ec #ec3706 #06ec37

Analogous Colors of #3706ec

#3706ec #aa06ec #0648ec

Monochromatic Colors of #3706ec

#3706ec

Complementary Color

#3706ec #bbec06

#3706ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3706ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#3706ec Color CSS Codes

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

#3706ec Text Font Color

<p style="color:#3706ec">Text here</p>

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


#3706ec Background Color

<div style="background-color:#3706ec">
Div content here</div>

This div background color is #3706ec


#3706ec Border Color

<div style="border:3px solid #3706ec">
Div here</div>

This div border color is #3706ec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(55,6,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3706ec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3706ec;
  -webkit-box-shadow: 1px 1px 3px 2px #3706ec;
  box-shadow:         1px 1px 3px 2px #3706ec; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(55,6,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 #3706ec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3706ec


Comments

No comments written yet.

Please login to write comment.