Color Hex Logo

#4b14cc Color Hex

#4B14CC
(75,20,204)
0 Favorites   0 Comments

Color spaces of #4b14cc

RGB 7520204
HSL0.720.820.44
HSV258°90°80°
CMYK 0.630.900.00   0.20
XYZ14.05096.355857.6130
Yxy6.35580.18010.0815
Hunter Lab25.210755.3662-117.8455
CIE-Lab30.292964.8394-81.9492

#4b14cc color RGB value is (75,20,204).

#4b14cc hex color red value is 75, green value is 20 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #4b14cc hue: 0.72 , saturation: 0.82 and the lightness value of 4b14cc is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 00010100 11001100
Octal 113 24 314
Decimal 75 20 204
Hex 4B 14 CC

RGB Percentages of Color #4b14cc

%25.08
%6.69
%68.23

CMYK Percentages of Color #4b14cc

%63
%90
%0
%20

Triadic Colors of #4b14cc

#4b14cc #cc4b14 #14cc4b

Analogous Colors of #4b14cc

#4b14cc #a714cc #1439cc

Monochromatic Colors of #4b14cc

#4b14cc

Complementary Color

#4b14cc #95cc14

#4b14cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b14cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b14cc Color CSS Codes

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

#4b14cc Text Font Color

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

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


#4b14cc Background Color

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

This div background color is #4b14cc


#4b14cc Border Color

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

This div border color is #4b14cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(75,20,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4b14cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4b14cc;
  -webkit-box-shadow: 1px 1px 3px 2px #4b14cc;
  box-shadow:         1px 1px 3px 2px #4b14cc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b14cc


Comments

No comments written yet.

Please login to write comment.