Color Hex Logo

#4908cb Color Hex

#4908CB
(73,8,203)
0 Favorites   0 Comments

Color spaces of #4908cb

RGB 738203
HSL0.720.920.41
HSV260°96°80°
CMYK 0.640.960.00   0.20
XYZ13.61405.901956.9216
Yxy5.90190.17810.0772
Hunter Lab24.293857.5153-121.9136
CIE-Lab29.163666.9381-83.2466

#4908cb color RGB value is (73,8,203).

#4908cb hex color red value is 73, green value is 8 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #4908cb hue: 0.72 , saturation: 0.92 and the lightness value of 4908cb is 0.41.

The process color (four color CMYK) of #4908cb color hex is 0.64, 0.96, 0.00, 0.20. Web safe color of #4908cb is #3300cc. Color #4908cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00001000 11001011
Octal 111 10 313
Decimal 73 8 203
Hex 49 8 CB

RGB Percentages of Color #4908cb

%25.70
%2.82
%71.48

CMYK Percentages of Color #4908cb

%64
%96
%0
%20

Triadic Colors of #4908cb

#4908cb #cb4908 #08cb49

Analogous Colors of #4908cb

#4908cb #ab08cb #0829cb

Monochromatic Colors of #4908cb

#4908cb

Complementary Color

#4908cb #8acb08

#4908cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4908cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4908cb Color CSS Codes

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

#4908cb Text Font Color

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

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


#4908cb Background Color

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

This div background color is #4908cb


#4908cb Border Color

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

This div border color is #4908cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4908cb


Comments

No comments written yet.

Please login to write comment.