Color Hex Logo

#672bbe Color Hex

#672BBE
(103,43,190)
0 Favorites   0 Comments

Color spaces of #672bbe

RGB 10343190
HSL0.730.630.46
HSV264°77°75°
CMYK 0.460.770.00   0.25
XYZ15.75178.329049.4927
Yxy8.32900.21410.1132
Hunter Lab28.860046.9197-81.4758
CIE-Lab34.658956.2844-66.4337

#672bbe color RGB value is (103,43,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 00101011 10111110
Octal 147 53 276
Decimal 103 43 190
Hex 67 2B BE

RGB Percentages of Color #672bbe

%30.65
%12.80
%56.55

CMYK Percentages of Color #672bbe

%46
%77
%0
%25

Triadic Colors of #672bbe

#672bbe #be672b #2bbe67

Analogous Colors of #672bbe

#672bbe #b12bbe #2b39be

Monochromatic Colors of #672bbe

#672bbe

Complementary Color

#672bbe #82be2b

#672bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#672bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#672bbe Color CSS Codes

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

#672bbe Text Font Color

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

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


#672bbe Background Color

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

This div background color is #672bbe


#672bbe Border Color

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

This div border color is #672bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #672bbe


Comments

No comments written yet.

Please login to write comment.