Color Hex Logo

#3c29ca Color Hex

#3C29CA
(60,41,202)
0 Favorites   0 Comments

Color spaces of #3c29ca

RGB 6041202
HSL0.690.660.48
HSV247°80°79°
CMYK 0.700.800.00   0.21
XYZ13.31716.810856.4898
Yxy6.81080.17380.0889
Hunter Lab26.097545.4148-110.0689
CIE-Lab31.372355.5024-79.0302

#3c29ca color RGB value is (60,41,202).

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

The process color (four color CMYK) of #3c29ca color hex is 0.70, 0.80, 0.00, 0.21. Web safe color of #3c29ca is #3333cc. Color #3c29ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 00101001 11001010
Octal 74 51 312
Decimal 60 41 202
Hex 3C 29 CA

RGB Percentages of Color #3c29ca

%19.80
%13.53
%66.67

CMYK Percentages of Color #3c29ca

%70
%80
%0
%21

Triadic Colors of #3c29ca

#3c29ca #ca3c29 #29ca3c

Analogous Colors of #3c29ca

#3c29ca #8d29ca #2967ca

Monochromatic Colors of #3c29ca

#3c29ca

Complementary Color

#3c29ca #b7ca29

#3c29ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3c29ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#3c29ca Color CSS Codes

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

#3c29ca Text Font Color

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

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


#3c29ca Background Color

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

This div background color is #3c29ca


#3c29ca Border Color

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

This div border color is #3c29ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3c29ca


Comments

No comments written yet.

Please login to write comment.