Color Hex Logo

#4a15dc Color Hex

#4A15DC
(74,21,220)
0 Favorites   0 Comments

Color spaces of #4a15dc

RGB 7421220
HSL0.710.830.47
HSV256°90°86°
CMYK 0.660.900.00   0.14
XYZ16.01057.159568.2482
Yxy7.15950.17510.0783
Hunter Lab26.757259.9823-132.4976
CIE-Lab32.167368.5199-88.1148

#4a15dc color RGB value is (74,21,220).

#4a15dc hex color red value is 74, green value is 21 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #4a15dc hue: 0.71 , saturation: 0.83 and the lightness value of 4a15dc is 0.47.

The process color (four color CMYK) of #4a15dc color hex is 0.66, 0.90, 0.00, 0.14. Web safe color of #4a15dc is #3300cc. Color #4a15dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 00010101 11011100
Octal 112 25 334
Decimal 74 21 220
Hex 4A 15 DC

RGB Percentages of Color #4a15dc

%23.49
%6.67
%69.84

CMYK Percentages of Color #4a15dc

%66
%90
%0
%14

Triadic Colors of #4a15dc

#4a15dc #dc4a15 #15dc4a

Analogous Colors of #4a15dc

#4a15dc #ae15dc #1543dc

Monochromatic Colors of #4a15dc

#4a15dc

Complementary Color

#4a15dc #a7dc15

#4a15dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a15dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a15dc Color CSS Codes

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

#4a15dc Text Font Color

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

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


#4a15dc Background Color

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

This div background color is #4a15dc


#4a15dc Border Color

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

This div border color is #4a15dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a15dc


Comments

No comments written yet.

Please login to write comment.