Color Hex Logo

#673cbd Color Hex

#673CBD
(103,60,189)
0 Favorites   0 Comments

Color spaces of #673cbd

RGB 10360189
HSL0.720.520.49
HSV260°68°74°
CMYK 0.460.680.00   0.26
XYZ16.39479.789449.1696
Yxy9.78940.21760.1299
Hunter Lab31.288038.7787-71.2735
CIE-Lab37.461847.8903-61.2658

#673cbd color RGB value is (103,60,189).

#673cbd hex color red value is 103, green value is 60 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #673cbd hue: 0.72 , saturation: 0.52 and the lightness value of 673cbd is 0.49.

The process color (four color CMYK) of #673cbd color hex is 0.46, 0.68, 0.00, 0.26. Web safe color of #673cbd is #6633cc. Color #673cbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 00111100 10111101
Octal 147 74 275
Decimal 103 60 189
Hex 67 3C BD

RGB Percentages of Color #673cbd

%29.26
%17.05
%53.69

CMYK Percentages of Color #673cbd

%46
%68
%0
%26

Triadic Colors of #673cbd

#673cbd #bd673c #3cbd67

Analogous Colors of #673cbd

#673cbd #a83cbd #3c52bd

Monochromatic Colors of #673cbd

#673cbd

Complementary Color

#673cbd #92bd3c

#673cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#673cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#673cbd Color CSS Codes

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

#673cbd Text Font Color

<p style="color:#673cbd">Text here</p>

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


#673cbd Background Color

<div style="background-color:#673cbd">
Div content here</div>

This div background color is #673cbd


#673cbd Border Color

<div style="border:3px solid #673cbd">
Div here</div>

This div border color is #673cbd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(103,60,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #673cbd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #673cbd;
  -webkit-box-shadow: 1px 1px 3px 2px #673cbd;
  box-shadow:         1px 1px 3px 2px #673cbd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(103,60,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #673cbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #673cbd


Comments

No comments written yet.

Please login to write comment.