Color Hex Logo

#672acf Color Hex

#672ACF
(103,42,207)
0 Favorites   0 Comments

Color spaces of #672acf

RGB 10342207
HSL0.730.660.49
HSV262°80°81°
CMYK 0.500.800.00   0.19
XYZ17.68409.044559.8452
Yxy9.04450.20430.1045
Hunter Lab30.074152.3310-96.9309
CIE-Lab36.069861.0027-74.0518

#672acf color RGB value is (103,42,207).

#672acf hex color red value is 103, green value is 42 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #672acf hue: 0.73 , saturation: 0.66 and the lightness value of 672acf is 0.49.

The process color (four color CMYK) of #672acf color hex is 0.50, 0.80, 0.00, 0.19. Web safe color of #672acf is #6633cc. Color #672acf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 00101010 11001111
Octal 147 52 317
Decimal 103 42 207
Hex 67 2A CF

RGB Percentages of Color #672acf

%29.26
%11.93
%58.81

CMYK Percentages of Color #672acf

%50
%80
%0
%19

Triadic Colors of #672acf

#672acf #cf672a #2acf67

Analogous Colors of #672acf

#672acf #ba2acf #2a40cf

Monochromatic Colors of #672acf

#672acf

Complementary Color

#672acf #92cf2a

#672acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#672acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#672acf Color CSS Codes

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

#672acf Text Font Color

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

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


#672acf Background Color

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

This div background color is #672acf


#672acf Border Color

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

This div border color is #672acf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #672acf


Comments

No comments written yet.

Please login to write comment.