Color Hex Logo

#6449cb Color Hex

#6449CB
(100,73,203)
0 Favorites   0 Comments

Color spaces of #6449cb

RGB 10073203
HSL0.700.560.54
HSV252°64°80°
CMYK 0.510.640.00   0.20
XYZ18.417611.786257.8042
Yxy11.78620.20930.1339
Hunter Lab34.331035.6807-75.7966
CIE-Lab40.874344.1876-63.8842

#6449cb color RGB value is (100,73,203).

#6449cb hex color red value is 100, green value is 73 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #6449cb hue: 0.70 , saturation: 0.56 and the lightness value of 6449cb is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 01001001 11001011
Octal 144 111 313
Decimal 100 73 203
Hex 64 49 CB

RGB Percentages of Color #6449cb

%26.60
%19.41
%53.99

CMYK Percentages of Color #6449cb

%51
%64
%0
%20

Triadic Colors of #6449cb

#6449cb #cb6449 #49cb64

Analogous Colors of #6449cb

#6449cb #a549cb #496fcb

Monochromatic Colors of #6449cb

#6449cb

Complementary Color

#6449cb #b0cb49

#6449cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6449cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6449cb Color CSS Codes

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

#6449cb Text Font Color

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

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


#6449cb Background Color

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

This div background color is #6449cb


#6449cb Border Color

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

This div border color is #6449cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6449cb


Comments

No comments written yet.

Please login to write comment.