Color Hex Logo

#4820cb Color Hex

#4820CB
(72,32,203)
0 Favorites   0 Comments

Color spaces of #4820cb

RGB 7232203
HSL0.710.730.46
HSV254°84°80°
CMYK 0.650.840.00   0.20
XYZ13.96856.722557.0613
Yxy6.72250.17970.0865
Hunter Lab25.927850.7926-112.3347
CIE-Lab31.166660.5557-79.9248

#4820cb color RGB value is (72,32,203).

#4820cb hex color red value is 72, green value is 32 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #4820cb hue: 0.71 , saturation: 0.73 and the lightness value of 4820cb is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 00100000 11001011
Octal 110 40 313
Decimal 72 32 203
Hex 48 20 CB

RGB Percentages of Color #4820cb

%23.45
%10.42
%66.12

CMYK Percentages of Color #4820cb

%65
%84
%0
%20

Triadic Colors of #4820cb

#4820cb #cb4820 #20cb48

Analogous Colors of #4820cb

#4820cb #9e20cb #204ecb

Monochromatic Colors of #4820cb

#4820cb

Complementary Color

#4820cb #a3cb20

#4820cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4820cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4820cb Color CSS Codes

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

#4820cb Text Font Color

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

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


#4820cb Background Color

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

This div background color is #4820cb


#4820cb Border Color

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

This div border color is #4820cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4820cb


Comments

No comments written yet.

Please login to write comment.