Color Hex Logo

#3c29c0 Color Hex

#3C29C0
(60,41,192)
0 Favorites   0 Comments

Color spaces of #3c29c0

RGB 6041192
HSL0.690.650.46
HSV248°79°75°
CMYK 0.690.790.00   0.25
XYZ12.17086.352350.4538
Yxy6.35230.17640.0921
Hunter Lab25.203842.0903-101.0462
CIE-Lab30.284452.5153-74.9649

#3c29c0 color RGB value is (60,41,192).

#3c29c0 hex color red value is 60, green value is 41 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #3c29c0 hue: 0.69 , saturation: 0.65 and the lightness value of 3c29c0 is 0.46.

The process color (four color CMYK) of #3c29c0 color hex is 0.69, 0.79, 0.00, 0.25. Web safe color of #3c29c0 is #3333cc. Color #3c29c0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 00101001 11000000
Octal 74 51 300
Decimal 60 41 192
Hex 3C 29 C0

RGB Percentages of Color #3c29c0

%20.48
%13.99
%65.53

CMYK Percentages of Color #3c29c0

%69
%79
%0
%25

Triadic Colors of #3c29c0

#3c29c0 #c03c29 #29c03c

Analogous Colors of #3c29c0

#3c29c0 #8829c0 #2962c0

Monochromatic Colors of #3c29c0

#3c29c0

Complementary Color

#3c29c0 #adc029

#3c29c0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3c29c0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3c29c0 Color CSS Codes

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

#3c29c0 Text Font Color

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

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


#3c29c0 Background Color

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

This div background color is #3c29c0


#3c29c0 Border Color

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

This div border color is #3c29c0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3c29c0


Comments

No comments written yet.

Please login to write comment.