Color Hex Logo

#672fef Color Hex

#672FEF
(103,47,239)
0 Favorites   0 Comments

Color spaces of #672fef

RGB 10347239
HSL0.720.860.56
HSV258°80°94°
CMYK 0.570.800.00   0.06
XYZ22.190011.148682.6437
Yxy11.14860.19130.0961
Hunter Lab33.389560.1958-123.3783
CIE-Lab39.829667.2314-86.1791

#672fef color RGB value is (103,47,239).

#672fef hex color red value is 103, green value is 47 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #672fef hue: 0.72 , saturation: 0.86 and the lightness value of 672fef is 0.56.

The process color (four color CMYK) of #672fef color hex is 0.57, 0.80, 0.00, 0.06. Web safe color of #672fef is #6633ff. Color #672fef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 00101111 11101111
Octal 147 57 357
Decimal 103 47 239
Hex 67 2F EF

RGB Percentages of Color #672fef

%26.48
%12.08
%61.44

CMYK Percentages of Color #672fef

%57
%80
%0
%6

Triadic Colors of #672fef

#672fef #ef672f #2fef67

Analogous Colors of #672fef

#672fef #c72fef #2f57ef

Monochromatic Colors of #672fef

#672fef

Complementary Color

#672fef #b7ef2f

#672fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#672fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#672fef Color CSS Codes

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

#672fef Text Font Color

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

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


#672fef Background Color

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

This div background color is #672fef


#672fef Border Color

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

This div border color is #672fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #672fef


Comments

No comments written yet.

Please login to write comment.