Color Hex Logo

#672abb Color Hex

#672ABB
(103,42,187)
0 Favorites   0 Comments

Color spaces of #672abb

RGB 10342187
HSL0.740.630.45
HSV265°78°73°
CMYK 0.450.780.00   0.27
XYZ15.39118.127347.7712
Yxy8.12730.21590.1140
Hunter Lab28.508446.4787-79.3956
CIE-Lab34.246655.9494-65.3405

#672abb color RGB value is (103,42,187).

#672abb hex color red value is 103, green value is 42 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #672abb hue: 0.74 , saturation: 0.63 and the lightness value of 672abb is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 00101010 10111011
Octal 147 52 273
Decimal 103 42 187
Hex 67 2A BB

RGB Percentages of Color #672abb

%31.02
%12.65
%56.33

CMYK Percentages of Color #672abb

%45
%78
%0
%27

Triadic Colors of #672abb

#672abb #bb672a #2abb67

Analogous Colors of #672abb

#672abb #b02abb #2a35bb

Monochromatic Colors of #672abb

#672abb

Complementary Color

#672abb #7ebb2a

#672abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#672abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#672abb Color CSS Codes

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

#672abb Text Font Color

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

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


#672abb Background Color

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

This div background color is #672abb


#672abb Border Color

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

This div border color is #672abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #672abb


Comments

No comments written yet.

Please login to write comment.