Color Hex Logo

#4836cc Color Hex

#4836CC
(72,54,204)
0 Favorites   0 Comments

Color spaces of #4836cc

RGB 7254204
HSL0.690.600.51
HSV247°74°80°
CMYK 0.650.740.00   0.20
XYZ14.89078.375757.9586
Yxy8.37570.18330.1031
Hunter Lab28.940841.1959-98.4792
CIE-Lab34.753450.7789-74.5816

#4836cc color RGB value is (72,54,204).

#4836cc hex color red value is 72, green value is 54 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #4836cc hue: 0.69 , saturation: 0.60 and the lightness value of 4836cc is 0.51.

The process color (four color CMYK) of #4836cc color hex is 0.65, 0.74, 0.00, 0.20. Web safe color of #4836cc is #3333cc. Color #4836cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00110110 11001100
Octal 110 66 314
Decimal 72 54 204
Hex 48 36 CC

RGB Percentages of Color #4836cc

%21.82
%16.36
%61.82

CMYK Percentages of Color #4836cc

%65
%74
%0
%20

Triadic Colors of #4836cc

#4836cc #cc4836 #36cc48

Analogous Colors of #4836cc

#4836cc #9336cc #366fcc

Monochromatic Colors of #4836cc

#4836cc

Complementary Color

#4836cc #bacc36

#4836cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4836cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4836cc Color CSS Codes

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

#4836cc Text Font Color

<p style="color:#4836cc">Text here</p>

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


#4836cc Background Color

<div style="background-color:#4836cc">
Div content here</div>

This div background color is #4836cc


#4836cc Border Color

<div style="border:3px solid #4836cc">
Div here</div>

This div border color is #4836cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,54,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4836cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4836cc;
  -webkit-box-shadow: 1px 1px 3px 2px #4836cc;
  box-shadow:         1px 1px 3px 2px #4836cc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,54,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 #4836cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4836cc


Comments

No comments written yet.

Please login to write comment.