Color Hex Logo

#672ecb Color Hex

#672ECB
(103,46,203)
0 Favorites   0 Comments

Color spaces of #672ecb

RGB 10346203
HSL0.730.630.49
HSV262°77°80°
CMYK 0.490.770.00   0.20
XYZ17.35009.149457.3515
Yxy9.14940.20690.1091
Hunter Lab30.248049.4522-91.2429
CIE-Lab36.270458.3299-71.3982

#672ecb color RGB value is (103,46,203).

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

The process color (four color CMYK) of #672ecb color hex is 0.49, 0.77, 0.00, 0.20. Web safe color of #672ecb is #6633cc. Color #672ecb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 00101110 11001011
Octal 147 56 313
Decimal 103 46 203
Hex 67 2E CB

RGB Percentages of Color #672ecb

%29.26
%13.07
%57.67

CMYK Percentages of Color #672ecb

%49
%77
%0
%20

Triadic Colors of #672ecb

#672ecb #cb672e #2ecb67

Analogous Colors of #672ecb

#672ecb #b62ecb #2e43cb

Monochromatic Colors of #672ecb

#672ecb

Complementary Color

#672ecb #92cb2e

#672ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#672ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#672ecb Color CSS Codes

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

#672ecb Text Font Color

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

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


#672ecb Background Color

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

This div background color is #672ecb


#672ecb Border Color

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

This div border color is #672ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #672ecb


Comments

No comments written yet.

Please login to write comment.