Color Hex Logo

#4529ca Color Hex

#4529CA
(69,41,202)
0 Favorites   0 Comments

Color spaces of #4529ca

RGB 6941202
HSL0.700.660.48
HSV250°80°79°
CMYK 0.660.800.00   0.21
XYZ13.90797.115456.5175
Yxy7.11540.17940.0918
Hunter Lab26.674746.3872-106.9494
CIE-Lab32.068256.2875-77.8565

#4529ca color RGB value is (69,41,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000101 00101001 11001010
Octal 105 51 312
Decimal 69 41 202
Hex 45 29 CA

RGB Percentages of Color #4529ca

%22.12
%13.14
%64.74

CMYK Percentages of Color #4529ca

%66
%80
%0
%21

Triadic Colors of #4529ca

#4529ca #ca4529 #29ca45

Analogous Colors of #4529ca

#4529ca #9629ca #295dca

Monochromatic Colors of #4529ca

#4529ca

Complementary Color

#4529ca #aeca29

#4529ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4529ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#4529ca Color CSS Codes

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

#4529ca Text Font Color

<p style="color:#4529ca">Text here</p>

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


#4529ca Background Color

<div style="background-color:#4529ca">
Div content here</div>

This div background color is #4529ca


#4529ca Border Color

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

This div border color is #4529ca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(69,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 #4529ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4529ca


Comments

No comments written yet.

Please login to write comment.