Color Hex Logo

#7b67bf Color Hex

#7B67BF
(123,103,191)
0 Favorites   0 Comments

Color spaces of #7b67bf

RGB 123103191
HSL0.700.410.58
HSV254°46°75°
CMYK 0.360.460.00   0.25
XYZ22.422617.673051.5197
Yxy17.67300.24470.1929
Hunter Lab42.039321.6383-43.2332
CIE-Lab49.097128.3575-43.6116

#7b67bf color RGB value is (123,103,191).

#7b67bf hex color red value is 123, green value is 103 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #7b67bf hue: 0.70 , saturation: 0.41 and the lightness value of 7b67bf is 0.58.

The process color (four color CMYK) of #7b67bf color hex is 0.36, 0.46, 0.00, 0.25. Web safe color of #7b67bf is #6666cc. Color #7b67bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 01100111 10111111
Octal 173 147 277
Decimal 123 103 191
Hex 7B 67 BF

RGB Percentages of Color #7b67bf

%29.50
%24.70
%45.80

CMYK Percentages of Color #7b67bf

%36
%46
%0
%25

Triadic Colors of #7b67bf

#7b67bf #bf7b67 #67bf7b

Analogous Colors of #7b67bf

#7b67bf #a767bf #677fbf

Monochromatic Colors of #7b67bf

#7b67bf

Complementary Color

#7b67bf #abbf67

#7b67bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b67bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b67bf Color CSS Codes

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

#7b67bf Text Font Color

<p style="color:#7b67bf">Text here</p>

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


#7b67bf Background Color

<div style="background-color:#7b67bf">
Div content here</div>

This div background color is #7b67bf


#7b67bf Border Color

<div style="border:3px solid #7b67bf">
Div here</div>

This div border color is #7b67bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b67bf


Comments

No comments written yet.

Please login to write comment.