Color Hex Logo

#4a30dc Color Hex

#4A30DC
(74,48,220)
0 Favorites   0 Comments

Color spaces of #4a30dc

RGB 7448220
HSL0.690.710.53
HSV249°78°86°
CMYK 0.660.780.00   0.14
XYZ16.79938.737168.5111
Yxy8.73710.17860.0929
Hunter Lab29.558649.7210-116.7318
CIE-Lab35.473158.7331-82.6346

#4a30dc color RGB value is (74,48,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 00110000 11011100
Octal 112 60 334
Decimal 74 48 220
Hex 4A 30 DC

RGB Percentages of Color #4a30dc

%21.64
%14.04
%64.33

CMYK Percentages of Color #4a30dc

%66
%78
%0
%14

Triadic Colors of #4a30dc

#4a30dc #dc4a30 #30dc4a

Analogous Colors of #4a30dc

#4a30dc #a030dc #306cdc

Monochromatic Colors of #4a30dc

#4a30dc

Complementary Color

#4a30dc #c2dc30

#4a30dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a30dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a30dc Color CSS Codes

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

#4a30dc Text Font Color

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

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


#4a30dc Background Color

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

This div background color is #4a30dc


#4a30dc Border Color

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

This div border color is #4a30dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a30dc


Comments

No comments written yet.

Please login to write comment.