Color Hex Logo

#4821cb Color Hex

#4821CB
(72,33,203)
0 Favorites   0 Comments

Color spaces of #4821cb

RGB 7233203
HSL0.700.720.46
HSV254°84°80°
CMYK 0.650.840.00   0.20
XYZ13.99586.777257.0704
Yxy6.77720.17980.0871
Hunter Lab26.033150.4067-111.7541
CIE-Lab31.294260.1775-79.7134

#4821cb color RGB value is (72,33,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 00100001 11001011
Octal 110 41 313
Decimal 72 33 203
Hex 48 21 CB

RGB Percentages of Color #4821cb

%23.38
%10.71
%65.91

CMYK Percentages of Color #4821cb

%65
%84
%0
%20

Triadic Colors of #4821cb

#4821cb #cb4821 #21cb48

Analogous Colors of #4821cb

#4821cb #9d21cb #214fcb

Monochromatic Colors of #4821cb

#4821cb

Complementary Color

#4821cb #a4cb21

#4821cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4821cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4821cb Color CSS Codes

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

#4821cb Text Font Color

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

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


#4821cb Background Color

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

This div background color is #4821cb


#4821cb Border Color

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

This div border color is #4821cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4821cb


Comments

No comments written yet.

Please login to write comment.