Color Hex Logo

#672cbe Color Hex

#672CBE
(103,44,190)
0 Favorites   0 Comments

Color spaces of #672cbe

RGB 10344190
HSL0.730.620.46
HSV264°77°75°
CMYK 0.460.770.00   0.25
XYZ15.78858.402649.5049
Yxy8.40260.21420.1140
Hunter Lab28.987246.4961-80.9654
CIE-Lab34.807755.8568-66.1898

#672cbe color RGB value is (103,44,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 00101100 10111110
Octal 147 54 276
Decimal 103 44 190
Hex 67 2C BE

RGB Percentages of Color #672cbe

%30.56
%13.06
%56.38

CMYK Percentages of Color #672cbe

%46
%77
%0
%25

Triadic Colors of #672cbe

#672cbe #be672c #2cbe67

Analogous Colors of #672cbe

#672cbe #b02cbe #2c3abe

Monochromatic Colors of #672cbe

#672cbe

Complementary Color

#672cbe #83be2c

#672cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#672cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#672cbe Color CSS Codes

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

#672cbe Text Font Color

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

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


#672cbe Background Color

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

This div background color is #672cbe


#672cbe Border Color

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

This div border color is #672cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #672cbe


Comments

No comments written yet.

Please login to write comment.