Color Hex Logo

#3a68ee Color Hex

#3A68EE
(58,104,238)
0 Favorites   0 Comments

Color spaces of #3a68ee

RGB 58104238
HSL0.620.840.58
HSV225°76°93°
CMYK 0.760.560.00   0.07
XYZ22.127916.973282.9988
Yxy16.97320.18120.1390
Hunter Lab41.198523.7756-90.6070
CIE-Lab48.226230.7516-71.9631

#3a68ee color RGB value is (58,104,238).

#3a68ee hex color red value is 58, green value is 104 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #3a68ee hue: 0.62 , saturation: 0.84 and the lightness value of 3a68ee is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 01101000 11101110
Octal 72 150 356
Decimal 58 104 238
Hex 3A 68 EE

RGB Percentages of Color #3a68ee

%14.50
%26.00
%59.50

CMYK Percentages of Color #3a68ee

%76
%56
%0
%7

Triadic Colors of #3a68ee

#3a68ee #ee3a68 #68ee3a

Analogous Colors of #3a68ee

#3a68ee #663aee #3ac2ee

Monochromatic Colors of #3a68ee

#3a68ee

Complementary Color

#3a68ee #eec03a

#3a68ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3a68ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#3a68ee Color CSS Codes

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

#3a68ee Text Font Color

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

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


#3a68ee Background Color

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

This div background color is #3a68ee


#3a68ee Border Color

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

This div border color is #3a68ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3a68ee


Comments

No comments written yet.

Please login to write comment.