Color Hex Logo

#7b6cde Color Hex

#7B6CDE
(123,108,222)
0 Favorites   0 Comments

Color spaces of #7b6cde

RGB 123108222
HSL0.690.630.65
HSV248°51°87°
CMYK 0.450.510.00   0.13
XYZ26.715820.210071.6001
Yxy20.21000.22540.1705
Hunter Lab44.955527.4053-62.9615
CIE-Lab52.073834.1050-56.5507

#7b6cde color RGB value is (123,108,222).

#7b6cde hex color red value is 123, green value is 108 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #7b6cde hue: 0.69 , saturation: 0.63 and the lightness value of 7b6cde is 0.65.

The process color (four color CMYK) of #7b6cde color hex is 0.45, 0.51, 0.00, 0.13. Web safe color of #7b6cde is #6666cc. Color #7b6cde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 01101100 11011110
Octal 173 154 336
Decimal 123 108 222
Hex 7B 6C DE

RGB Percentages of Color #7b6cde

%27.15
%23.84
%49.01

CMYK Percentages of Color #7b6cde

%45
%51
%0
%13

Triadic Colors of #7b6cde

#7b6cde #de7b6c #6cde7b

Analogous Colors of #7b6cde

#7b6cde #b46cde #6c96de

Monochromatic Colors of #7b6cde

#7b6cde

Complementary Color

#7b6cde #cfde6c

#7b6cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b6cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b6cde Color CSS Codes

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

#7b6cde Text Font Color

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

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


#7b6cde Background Color

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

This div background color is #7b6cde


#7b6cde Border Color

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

This div border color is #7b6cde


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(123,108,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b6cde


Comments

No comments written yet.

Please login to write comment.