Color Hex Logo

#672dcb Color Hex

#672DCB
(103,45,203)
0 Favorites   0 Comments

Color spaces of #672dcb

RGB 10345203
HSL0.730.640.49
HSV262°78°80°
CMYK 0.490.780.00   0.20
XYZ17.31149.072157.3386
Yxy9.07210.20680.1084
Hunter Lab30.119949.8828-91.7850
CIE-Lab36.122758.7557-71.6406

#672dcb color RGB value is (103,45,203).

#672dcb hex color red value is 103, green value is 45 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #672dcb hue: 0.73 , saturation: 0.64 and the lightness value of 672dcb is 0.49.

The process color (four color CMYK) of #672dcb color hex is 0.49, 0.78, 0.00, 0.20. Web safe color of #672dcb is #6633cc. Color #672dcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 00101101 11001011
Octal 147 55 313
Decimal 103 45 203
Hex 67 2D CB

RGB Percentages of Color #672dcb

%29.34
%12.82
%57.83

CMYK Percentages of Color #672dcb

%49
%78
%0
%20

Triadic Colors of #672dcb

#672dcb #cb672d #2dcb67

Analogous Colors of #672dcb

#672dcb #b62dcb #2d42cb

Monochromatic Colors of #672dcb

#672dcb

Complementary Color

#672dcb #91cb2d

#672dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#672dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#672dcb Color CSS Codes

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

#672dcb Text Font Color

<p style="color:#672dcb">Text here</p>

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


#672dcb Background Color

<div style="background-color:#672dcb">
Div content here</div>

This div background color is #672dcb


#672dcb Border Color

<div style="border:3px solid #672dcb">
Div here</div>

This div border color is #672dcb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(103,45,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #672dcb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #672dcb;
  -webkit-box-shadow: 1px 1px 3px 2px #672dcb;
  box-shadow:         1px 1px 3px 2px #672dcb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(103,45,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 #672dcb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #672dcb


Comments

No comments written yet.

Please login to write comment.