Color Hex Logo

#4a1cbd Color Hex

#4A1CBD
(74,28,189)
0 Favorites   0 Comments

Color spaces of #4a1cbd

RGB 7428189
HSL0.710.740.43
HSV257°85°74°
CMYK 0.610.850.00   0.26
XYZ12.42465.960548.6398
Yxy5.96050.18540.0889
Hunter Lab24.414148.1157-101.0324
CIE-Lab29.312658.4441-74.7630

#4a1cbd color RGB value is (74,28,189).

#4a1cbd hex color red value is 74, green value is 28 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #4a1cbd hue: 0.71 , saturation: 0.74 and the lightness value of 4a1cbd is 0.43.

The process color (four color CMYK) of #4a1cbd color hex is 0.61, 0.85, 0.00, 0.26. Web safe color of #4a1cbd is #3333cc. Color #4a1cbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 00011100 10111101
Octal 112 34 275
Decimal 74 28 189
Hex 4A 1C BD

RGB Percentages of Color #4a1cbd

%25.43
%9.62
%64.95

CMYK Percentages of Color #4a1cbd

%61
%85
%0
%26

Triadic Colors of #4a1cbd

#4a1cbd #bd4a1c #1cbd4a

Analogous Colors of #4a1cbd

#4a1cbd #9b1cbd #1c3ebd

Monochromatic Colors of #4a1cbd

#4a1cbd

Complementary Color

#4a1cbd #8fbd1c

#4a1cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a1cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a1cbd Color CSS Codes

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

#4a1cbd Text Font Color

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

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


#4a1cbd Background Color

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

This div background color is #4a1cbd


#4a1cbd Border Color

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

This div border color is #4a1cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a1cbd


Comments

No comments written yet.

Please login to write comment.