Color Hex Logo

#4a3dce Color Hex

#4A3DCE
(74,61,206)
0 Favorites   0 Comments

Color spaces of #4a3dce

RGB 7461206
HSL0.680.600.52
HSV245°70°81°
CMYK 0.640.700.00   0.19
XYZ15.63349.249659.3539
Yxy9.24960.18560.1098
Hunter Lab30.413238.5321-94.4203
CIE-Lab36.460547.8296-72.9287

#4a3dce color RGB value is (74,61,206).

#4a3dce hex color red value is 74, green value is 61 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #4a3dce hue: 0.68 , saturation: 0.60 and the lightness value of 4a3dce is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 00111101 11001110
Octal 112 75 316
Decimal 74 61 206
Hex 4A 3D CE

RGB Percentages of Color #4a3dce

%21.70
%17.89
%60.41

CMYK Percentages of Color #4a3dce

%64
%70
%0
%19

Triadic Colors of #4a3dce

#4a3dce #ce4a3d #3dce4a

Analogous Colors of #4a3dce

#4a3dce #933dce #3d79ce

Monochromatic Colors of #4a3dce

#4a3dce

Complementary Color

#4a3dce #c1ce3d

#4a3dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a3dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a3dce Color CSS Codes

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

#4a3dce Text Font Color

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

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


#4a3dce Background Color

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

This div background color is #4a3dce


#4a3dce Border Color

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

This div border color is #4a3dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a3dce


Comments

No comments written yet.

Please login to write comment.