Color Hex Logo

#3c39eb Color Hex

#3C39EB
(60,57,235)
0 Favorites   0 Comments

Color spaces of #3c39eb

RGB 6057235
HSL0.670.820.57
HSV241°76°92°
CMYK 0.740.760.00   0.08
XYZ18.32209.885179.5396
Yxy9.88510.17000.0917
Hunter Lab31.440648.9999-127.9857
CIE-Lab37.635457.6467-87.6489

#3c39eb color RGB value is (60,57,235).

#3c39eb hex color red value is 60, green value is 57 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #3c39eb hue: 0.67 , saturation: 0.82 and the lightness value of 3c39eb is 0.57.

The process color (four color CMYK) of #3c39eb color hex is 0.74, 0.76, 0.00, 0.08. Web safe color of #3c39eb is #3333ff. Color #3c39eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 00111001 11101011
Octal 74 71 353
Decimal 60 57 235
Hex 3C 39 EB

RGB Percentages of Color #3c39eb

%17.05
%16.19
%66.76

CMYK Percentages of Color #3c39eb

%74
%76
%0
%8

Triadic Colors of #3c39eb

#3c39eb #eb3c39 #39eb3c

Analogous Colors of #3c39eb

#3c39eb #9539eb #398feb

Monochromatic Colors of #3c39eb

#3c39eb

Complementary Color

#3c39eb #e8eb39

#3c39eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3c39eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3c39eb Color CSS Codes

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

#3c39eb Text Font Color

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

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


#3c39eb Background Color

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

This div background color is #3c39eb


#3c39eb Border Color

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

This div border color is #3c39eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(60,57,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3c39eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3c39eb;
  -webkit-box-shadow: 1px 1px 3px 2px #3c39eb;
  box-shadow:         1px 1px 3px 2px #3c39eb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(60,57,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3c39eb


Comments

No comments written yet.

Please login to write comment.