Color Hex Logo

#672bcf Color Hex

#672BCF
(103,43,207)
0 Favorites   0 Comments

Color spaces of #672bcf

RGB 10343207
HSL0.730.660.49
HSV262°79°81°
CMYK 0.500.790.00   0.19
XYZ17.71999.116359.8572
Yxy9.11630.20440.1052
Hunter Lab30.193251.9206-96.4055
CIE-Lab36.207360.6034-73.8258

#672bcf color RGB value is (103,43,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 00101011 11001111
Octal 147 53 317
Decimal 103 43 207
Hex 67 2B CF

RGB Percentages of Color #672bcf

%29.18
%12.18
%58.64

CMYK Percentages of Color #672bcf

%50
%79
%0
%19

Triadic Colors of #672bcf

#672bcf #cf672b #2bcf67

Analogous Colors of #672bcf

#672bcf #b92bcf #2b41cf

Monochromatic Colors of #672bcf

#672bcf

Complementary Color

#672bcf #93cf2b

#672bcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#672bcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#672bcf Color CSS Codes

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

#672bcf Text Font Color

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

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


#672bcf Background Color

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

This div background color is #672bcf


#672bcf Border Color

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

This div border color is #672bcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #672bcf


Comments

No comments written yet.

Please login to write comment.