Color Hex Logo

#672fbc Color Hex

#672FBC
(103,47,188)
0 Favorites   0 Comments

Color spaces of #672fbc

RGB 10347188
HSL0.730.600.46
HSV264°75°74°
CMYK 0.450.750.00   0.26
XYZ15.68718.547448.4000
Yxy8.54740.21600.1177
Hunter Lab29.235944.6147-77.6892
CIE-Lab35.097954.0163-64.5368

#672fbc color RGB value is (103,47,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 00101111 10111100
Octal 147 57 274
Decimal 103 47 188
Hex 67 2F BC

RGB Percentages of Color #672fbc

%30.47
%13.91
%55.62

CMYK Percentages of Color #672fbc

%45
%75
%0
%26

Triadic Colors of #672fbc

#672fbc #bc672f #2fbc67

Analogous Colors of #672fbc

#672fbc #ae2fbc #2f3ebc

Monochromatic Colors of #672fbc

#672fbc

Complementary Color

#672fbc #84bc2f

#672fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#672fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#672fbc Color CSS Codes

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

#672fbc Text Font Color

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

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


#672fbc Background Color

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

This div background color is #672fbc


#672fbc Border Color

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

This div border color is #672fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #672fbc


Comments

No comments written yet.

Please login to write comment.