Color Hex Logo

#4803cc Color Hex

#4803CC
(72,3,204)
0 Favorites   0 Comments

Color spaces of #4803cc

RGB 723204
HSL0.720.970.41
HSV261°99°80°
CMYK 0.650.990.00   0.20
XYZ13.60415.802557.5297
Yxy5.80250.17680.0754
Hunter Lab24.088458.6546-124.7390
CIE-Lab28.908667.9738-84.2579

#4803cc color RGB value is (72,3,204).

#4803cc hex color red value is 72, green value is 3 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #4803cc hue: 0.72 , saturation: 0.97 and the lightness value of 4803cc is 0.41.

The process color (four color CMYK) of #4803cc color hex is 0.65, 0.99, 0.00, 0.20. Web safe color of #4803cc is #3300cc. Color #4803cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00000011 11001100
Octal 110 3 314
Decimal 72 3 204
Hex 48 3 CC

RGB Percentages of Color #4803cc

%25.81
%1.08
%73.12

CMYK Percentages of Color #4803cc

%65
%99
%0
%20

Triadic Colors of #4803cc

#4803cc #cc4803 #03cc48

Analogous Colors of #4803cc

#4803cc #ad03cc #0323cc

Monochromatic Colors of #4803cc

#4803cc

Complementary Color

#4803cc #87cc03

#4803cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4803cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4803cc Color CSS Codes

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

#4803cc Text Font Color

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

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


#4803cc Background Color

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

This div background color is #4803cc


#4803cc Border Color

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

This div border color is #4803cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4803cc


Comments

No comments written yet.

Please login to write comment.