Color Hex Logo

#672fbd Color Hex

#672FBD
(103,47,189)
0 Favorites   0 Comments

Color spaces of #672fbd

RGB 10347189
HSL0.730.600.46
HSV264°75°74°
CMYK 0.460.750.00   0.26
XYZ15.79538.590748.9698
Yxy8.59070.21530.1171
Hunter Lab29.309944.9025-78.5424
CIE-Lab35.184054.2741-64.9849

#672fbd color RGB value is (103,47,189).

#672fbd hex color red value is 103, green value is 47 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #672fbd hue: 0.73 , saturation: 0.60 and the lightness value of 672fbd is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 00101111 10111101
Octal 147 57 275
Decimal 103 47 189
Hex 67 2F BD

RGB Percentages of Color #672fbd

%30.38
%13.86
%55.75

CMYK Percentages of Color #672fbd

%46
%75
%0
%26

Triadic Colors of #672fbd

#672fbd #bd672f #2fbd67

Analogous Colors of #672fbd

#672fbd #ae2fbd #2f3ebd

Monochromatic Colors of #672fbd

#672fbd

Complementary Color

#672fbd #85bd2f

#672fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#672fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#672fbd Color CSS Codes

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

#672fbd Text Font Color

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

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


#672fbd Background Color

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

This div background color is #672fbd


#672fbd Border Color

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

This div border color is #672fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #672fbd


Comments

No comments written yet.

Please login to write comment.