Color Hex Logo

#671bbf Color Hex

#671BBF
(103,27,191)
0 Favorites   0 Comments

Color spaces of #671bbf

RGB 10327191
HSL0.740.750.43
HSV268°86°75°
CMYK 0.460.860.00   0.25
XYZ15.38947.429049.9130
Yxy7.42900.21160.1021
Hunter Lab27.256253.0864-89.4957
CIE-Lab32.764262.3289-70.1344

#671bbf color RGB value is (103,27,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 00011011 10111111
Octal 147 33 277
Decimal 103 27 191
Hex 67 1B BF

RGB Percentages of Color #671bbf

%32.09
%8.41
%59.50

CMYK Percentages of Color #671bbf

%46
%86
%0
%25

Triadic Colors of #671bbf

#671bbf #bf671b #1bbf67

Analogous Colors of #671bbf

#671bbf #b91bbf #1b21bf

Monochromatic Colors of #671bbf

#671bbf

Complementary Color

#671bbf #73bf1b

#671bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#671bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#671bbf Color CSS Codes

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

#671bbf Text Font Color

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

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


#671bbf Background Color

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

This div background color is #671bbf


#671bbf Border Color

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

This div border color is #671bbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #671bbf


Comments

No comments written yet.

Please login to write comment.