Color Hex Logo

#672ecf Color Hex

#672ECF
(103,46,207)
0 Favorites   0 Comments

Color spaces of #672ecf

RGB 10346207
HSL0.730.640.50
HSV261°78°81°
CMYK 0.500.780.00   0.19
XYZ17.83309.342559.8949
Yxy9.34250.20480.1073
Hunter Lab30.565550.6536-94.7864
CIE-Lab36.635559.3638-73.1218

#672ecf color RGB value is (103,46,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 00101110 11001111
Octal 147 56 317
Decimal 103 46 207
Hex 67 2E CF

RGB Percentages of Color #672ecf

%28.93
%12.92
%58.15

CMYK Percentages of Color #672ecf

%50
%78
%0
%19

Triadic Colors of #672ecf

#672ecf #cf672e #2ecf67

Analogous Colors of #672ecf

#672ecf #b82ecf #2e45cf

Monochromatic Colors of #672ecf

#672ecf

Complementary Color

#672ecf #96cf2e

#672ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#672ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#672ecf Color CSS Codes

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

#672ecf Text Font Color

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

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


#672ecf Background Color

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

This div background color is #672ecf


#672ecf Border Color

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

This div border color is #672ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #672ecf


Comments

No comments written yet.

Please login to write comment.