Color Hex Logo

#672cfe Color Hex

#672CFE
(103,44,254)
0 Favorites   0 Comments

Color spaces of #672cfe

RGB 10344254
HSL0.710.990.58
HSV257°83°100°
CMYK 0.590.830.00   0.00
XYZ24.383611.840794.7663
Yxy11.84070.18610.0904
Hunter Lab34.410366.2694-139.1979
CIE-Lab40.961872.1793-92.7436

#672cfe color RGB value is (103,44,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 00101100 11111110
Octal 147 54 376
Decimal 103 44 254
Hex 67 2C FE

RGB Percentages of Color #672cfe

%25.69
%10.97
%63.34

CMYK Percentages of Color #672cfe

%59
%83
%0
%0

Triadic Colors of #672cfe

#672cfe #fe672c #2cfe67

Analogous Colors of #672cfe

#672cfe #d02cfe #2c5afe

Monochromatic Colors of #672cfe

#672cfe

Complementary Color

#672cfe #c3fe2c

#672cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#672cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#672cfe Color CSS Codes

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

#672cfe Text Font Color

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

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


#672cfe Background Color

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

This div background color is #672cfe


#672cfe Border Color

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

This div border color is #672cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #672cfe


Comments

No comments written yet.

Please login to write comment.