Color Hex Logo

#671bbd Color Hex

#671BBD
(103,27,189)
0 Favorites   0 Comments

Color spaces of #671bbd

RGB 10327189
HSL0.740.750.42
HSV268°86°74°
CMYK 0.460.860.00   0.26
XYZ15.17087.341648.7616
Yxy7.34160.21290.1030
Hunter Lab27.095452.5258-87.7331
CIE-Lab32.572361.8600-69.2704

#671bbd color RGB value is (103,27,189).

#671bbd hex color red value is 103, green value is 27 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #671bbd hue: 0.74 , saturation: 0.75 and the lightness value of 671bbd is 0.42.

The process color (four color CMYK) of #671bbd color hex is 0.46, 0.86, 0.00, 0.26. Web safe color of #671bbd is #6633cc. Color #671bbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 00011011 10111101
Octal 147 33 275
Decimal 103 27 189
Hex 67 1B BD

RGB Percentages of Color #671bbd

%32.29
%8.46
%59.25

CMYK Percentages of Color #671bbd

%46
%86
%0
%26

Triadic Colors of #671bbd

#671bbd #bd671b #1bbd67

Analogous Colors of #671bbd

#671bbd #b81bbd #1b20bd

Monochromatic Colors of #671bbd

#671bbd

Complementary Color

#671bbd #71bd1b

#671bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#671bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#671bbd Color CSS Codes

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

#671bbd Text Font Color

<p style="color:#671bbd">Text here</p>

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


#671bbd Background Color

<div style="background-color:#671bbd">
Div content here</div>

This div background color is #671bbd


#671bbd Border Color

<div style="border:3px solid #671bbd">
Div here</div>

This div border color is #671bbd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(103,27,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #671bbd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #671bbd;
  -webkit-box-shadow: 1px 1px 3px 2px #671bbd;
  box-shadow:         1px 1px 3px 2px #671bbd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #671bbd


Comments

No comments written yet.

Please login to write comment.