Color Hex Logo

#672bfe Color Hex

#672BFE
(103,43,254)
0 Favorites   0 Comments

Color spaces of #672bfe

RGB 10343254
HSL0.710.990.58
HSV257°83°100°
CMYK 0.590.830.00   0.00
XYZ24.346811.767194.7540
Yxy11.76710.18600.0899
Hunter Lab34.303266.6603-139.7615
CIE-Lab40.843572.5292-92.9393

#672bfe color RGB value is (103,43,254).

#672bfe hex color red value is 103, green value is 43 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #672bfe hue: 0.71 , saturation: 0.99 and the lightness value of 672bfe is 0.58.

The process color (four color CMYK) of #672bfe color hex is 0.59, 0.83, 0.00, 0.00. Web safe color of #672bfe is #6633ff. Color #672bfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 00101011 11111110
Octal 147 53 376
Decimal 103 43 254
Hex 67 2B FE

RGB Percentages of Color #672bfe

%25.75
%10.75
%63.50

CMYK Percentages of Color #672bfe

%59
%83
%0
%0

Triadic Colors of #672bfe

#672bfe #fe672b #2bfe67

Analogous Colors of #672bfe

#672bfe #d12bfe #2b59fe

Monochromatic Colors of #672bfe

#672bfe

Complementary Color

#672bfe #c2fe2b

#672bfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#672bfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#672bfe Color CSS Codes

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

#672bfe Text Font Color

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

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


#672bfe Background Color

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

This div background color is #672bfe


#672bfe Border Color

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

This div border color is #672bfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #672bfe


Comments

No comments written yet.

Please login to write comment.