Color Hex Logo

#4914cb Color Hex

#4914CB
(73,20,203)
0 Favorites   0 Comments

Color spaces of #4914cb

RGB 7320203
HSL0.710.820.44
HSV257°90°80°
CMYK 0.640.900.00   0.20
XYZ13.77736.228656.9760
Yxy6.22860.17900.0809
Hunter Lab24.957254.8637-117.8862
CIE-Lab29.982064.4523-81.8868

#4914cb color RGB value is (73,20,203).

#4914cb hex color red value is 73, green value is 20 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #4914cb hue: 0.71 , saturation: 0.82 and the lightness value of 4914cb is 0.44.

The process color (four color CMYK) of #4914cb color hex is 0.64, 0.90, 0.00, 0.20. Web safe color of #4914cb is #3300cc. Color #4914cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00010100 11001011
Octal 111 24 313
Decimal 73 20 203
Hex 49 14 CB

RGB Percentages of Color #4914cb

%24.66
%6.76
%68.58

CMYK Percentages of Color #4914cb

%64
%90
%0
%20

Triadic Colors of #4914cb

#4914cb #cb4914 #14cb49

Analogous Colors of #4914cb

#4914cb #a514cb #143bcb

Monochromatic Colors of #4914cb

#4914cb

Complementary Color

#4914cb #96cb14

#4914cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4914cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4914cb Color CSS Codes

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

#4914cb Text Font Color

<p style="color:#4914cb">Text here</p>

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


#4914cb Background Color

<div style="background-color:#4914cb">
Div content here</div>

This div background color is #4914cb


#4914cb Border Color

<div style="border:3px solid #4914cb">
Div here</div>

This div border color is #4914cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,20,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4914cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4914cb;
  -webkit-box-shadow: 1px 1px 3px 2px #4914cb;
  box-shadow:         1px 1px 3px 2px #4914cb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,20,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4914cb


Comments

No comments written yet.

Please login to write comment.