Color Hex Logo

#4a28cd Color Hex

#4A28CD
(74,40,205)
0 Favorites   0 Comments

Color spaces of #4a28cd

RGB 7440205
HSL0.700.670.48
HSV252°80°80°
CMYK 0.640.800.00   0.20
XYZ14.60237.381258.4127
Yxy7.38120.18160.0918
Hunter Lab27.168448.3945-108.4572
CIE-Lab32.659458.0531-78.6141

#4a28cd color RGB value is (74,40,205).

#4a28cd hex color red value is 74, green value is 40 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #4a28cd hue: 0.70 , saturation: 0.67 and the lightness value of 4a28cd is 0.48.

The process color (four color CMYK) of #4a28cd color hex is 0.64, 0.80, 0.00, 0.20. Web safe color of #4a28cd is #3333cc. Color #4a28cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 00101000 11001101
Octal 112 50 315
Decimal 74 40 205
Hex 4A 28 CD

RGB Percentages of Color #4a28cd

%23.20
%12.54
%64.26

CMYK Percentages of Color #4a28cd

%64
%80
%0
%20

Triadic Colors of #4a28cd

#4a28cd #cd4a28 #28cd4a

Analogous Colors of #4a28cd

#4a28cd #9d28cd #2859cd

Monochromatic Colors of #4a28cd

#4a28cd

Complementary Color

#4a28cd #abcd28

#4a28cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a28cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a28cd Color CSS Codes

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

#4a28cd Text Font Color

<p style="color:#4a28cd">Text here</p>

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


#4a28cd Background Color

<div style="background-color:#4a28cd">
Div content here</div>

This div background color is #4a28cd


#4a28cd Border Color

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

This div border color is #4a28cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(74,40,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4a28cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4a28cd;
  -webkit-box-shadow: 1px 1px 3px 2px #4a28cd;
  box-shadow:         1px 1px 3px 2px #4a28cd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(74,40,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a28cd


Comments

No comments written yet.

Please login to write comment.