Color Hex Logo

#3e68ff Color Hex

#3E68FF
(62,104,255)
0 Favorites   0 Comments

Color spaces of #3e68ff

RGB 62104255
HSL0.631.000.62
HSV227°76°100°
CMYK 0.760.590.00   0.00
XYZ24.986918.144896.7931
Yxy18.14480.17860.1297
Hunter Lab42.596730.1625-104.9078
CIE-Lab49.671337.2374-79.0791

#3e68ff color RGB value is (62,104,255).

#3e68ff hex color red value is 62, green value is 104 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #3e68ff hue: 0.63 , saturation: 1.00 and the lightness value of 3e68ff is 0.62.

The process color (four color CMYK) of #3e68ff color hex is 0.76, 0.59, 0.00, 0.00. Web safe color of #3e68ff is #3366ff. Color #3e68ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 01101000 11111111
Octal 76 150 377
Decimal 62 104 255
Hex 3E 68 FF

RGB Percentages of Color #3e68ff

%14.73
%24.70
%60.57

CMYK Percentages of Color #3e68ff

%76
%59
%0
%0

Triadic Colors of #3e68ff

#3e68ff #ff3e68 #68ff3e

Analogous Colors of #3e68ff

#3e68ff #753eff #3ec9ff

Monochromatic Colors of #3e68ff

#3e68ff

Complementary Color

#3e68ff #ffd53e

#3e68ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3e68ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#3e68ff Color CSS Codes

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

#3e68ff Text Font Color

<p style="color:#3e68ff">Text here</p>

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


#3e68ff Background Color

<div style="background-color:#3e68ff">
Div content here</div>

This div background color is #3e68ff


#3e68ff Border Color

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

This div border color is #3e68ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(62,104,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3e68ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3e68ff;
  -webkit-box-shadow: 1px 1px 3px 2px #3e68ff;
  box-shadow:         1px 1px 3px 2px #3e68ff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(62,104,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3e68ff


Comments

No comments written yet.

Please login to write comment.