Color Hex Logo

#672bde Color Hex

#672BDE
(103,43,222)
0 Favorites   0 Comments

Color spaces of #672bde

RGB 10343222
HSL0.720.730.52
HSV260°81°87°
CMYK 0.540.810.00   0.13
XYZ19.64229.885269.9800
Yxy9.88520.19740.0993
Hunter Lab31.440756.4943-109.9577
CIE-Lab37.635664.4231-80.1224

#672bde color RGB value is (103,43,222).

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

The process color (four color CMYK) of #672bde color hex is 0.54, 0.81, 0.00, 0.13. Web safe color of #672bde is #6633cc. Color #672bde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 00101011 11011110
Octal 147 53 336
Decimal 103 43 222
Hex 67 2B DE

RGB Percentages of Color #672bde

%27.99
%11.68
%60.33

CMYK Percentages of Color #672bde

%54
%81
%0
%13

Triadic Colors of #672bde

#672bde #de672b #2bde67

Analogous Colors of #672bde

#672bde #c12bde #2b49de

Monochromatic Colors of #672bde

#672bde

Complementary Color

#672bde #a2de2b

#672bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#672bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#672bde Color CSS Codes

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

#672bde Text Font Color

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

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


#672bde Background Color

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

This div background color is #672bde


#672bde Border Color

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

This div border color is #672bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #672bde


Comments

No comments written yet.

Please login to write comment.