Color Hex Logo

#672bdb Color Hex

#672BDB
(103,43,219)
0 Favorites   0 Comments

Color spaces of #672bdb

RGB 10343219
HSL0.720.710.51
HSV260°80°86°
CMYK 0.530.800.00   0.14
XYZ19.24369.725867.8808
Yxy9.72580.19870.1004
Hunter Lab31.186255.5684-107.2219
CIE-Lab37.345763.6591-78.8788

#672bdb color RGB value is (103,43,219).

#672bdb hex color red value is 103, green value is 43 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #672bdb hue: 0.72 , saturation: 0.71 and the lightness value of 672bdb is 0.51.

The process color (four color CMYK) of #672bdb color hex is 0.53, 0.80, 0.00, 0.14. Web safe color of #672bdb is #6633cc. Color #672bdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 00101011 11011011
Octal 147 53 333
Decimal 103 43 219
Hex 67 2B DB

RGB Percentages of Color #672bdb

%28.22
%11.78
%60.00

CMYK Percentages of Color #672bdb

%53
%80
%0
%14

Triadic Colors of #672bdb

#672bdb #db672b #2bdb67

Analogous Colors of #672bdb

#672bdb #bf2bdb #2b47db

Monochromatic Colors of #672bdb

#672bdb

Complementary Color

#672bdb #9fdb2b

#672bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#672bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#672bdb Color CSS Codes

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

#672bdb Text Font Color

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

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


#672bdb Background Color

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

This div background color is #672bdb


#672bdb Border Color

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

This div border color is #672bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #672bdb


Comments

No comments written yet.

Please login to write comment.