Color Hex Logo

#3c2fae Color Hex

#3C2FAE
(60,47,174)
0 Favorites   0 Comments

Color spaces of #3c2fae

RGB 6047174
HSL0.680.570.43
HSV246°73°68°
CMYK 0.660.730.00   0.32
XYZ10.52006.049740.6576
Yxy6.04970.18380.1057
Hunter Lab24.596133.3029-80.7895
CIE-Lab29.537543.7828-65.5074

#3c2fae color RGB value is (60,47,174).

#3c2fae hex color red value is 60, green value is 47 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #3c2fae hue: 0.68 , saturation: 0.57 and the lightness value of 3c2fae is 0.43.

The process color (four color CMYK) of #3c2fae color hex is 0.66, 0.73, 0.00, 0.32. Web safe color of #3c2fae is #333399. Color #3c2fae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 00101111 10101110
Octal 74 57 256
Decimal 60 47 174
Hex 3C 2F AE

RGB Percentages of Color #3c2fae

%21.35
%16.73
%61.92

CMYK Percentages of Color #3c2fae

%66
%73
%0
%32

Triadic Colors of #3c2fae

#3c2fae #ae3c2f #2fae3c

Analogous Colors of #3c2fae

#3c2fae #7c2fae #2f62ae

Monochromatic Colors of #3c2fae

#3c2fae

Complementary Color

#3c2fae #a1ae2f

#3c2fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3c2fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#3c2fae Color CSS Codes

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

#3c2fae Text Font Color

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

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


#3c2fae Background Color

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

This div background color is #3c2fae


#3c2fae Border Color

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

This div border color is #3c2fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3c2fae


Comments

No comments written yet.

Please login to write comment.