Color Hex Logo

#7b11cb Color Hex

#7B11CB
(123,17,203)
0 Favorites   0 Comments

Color spaces of #7b11cb

RGB 12317203
HSL0.760.850.43
HSV274°92°80°
CMYK 0.390.920.00   0.20
XYZ19.14838.923657.2131
Yxy8.92360.22450.1046
Hunter Lab29.872462.1424-92.6445
CIE-Lab35.836869.6778-72.0157

#7b11cb color RGB value is (123,17,203).

#7b11cb hex color red value is 123, green value is 17 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #7b11cb hue: 0.76 , saturation: 0.85 and the lightness value of 7b11cb is 0.43.

The process color (four color CMYK) of #7b11cb color hex is 0.39, 0.92, 0.00, 0.20. Web safe color of #7b11cb is #6600cc. Color #7b11cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 00010001 11001011
Octal 173 21 313
Decimal 123 17 203
Hex 7B 11 CB

RGB Percentages of Color #7b11cb

%35.86
%4.96
%59.18

CMYK Percentages of Color #7b11cb

%39
%92
%0
%20

Triadic Colors of #7b11cb

#7b11cb #cb7b11 #11cb7b

Analogous Colors of #7b11cb

#7b11cb #cb11be #1e11cb

Monochromatic Colors of #7b11cb

#7b11cb

Complementary Color

#7b11cb #61cb11

#7b11cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b11cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b11cb Color CSS Codes

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

#7b11cb Text Font Color

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

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


#7b11cb Background Color

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

This div background color is #7b11cb


#7b11cb Border Color

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

This div border color is #7b11cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b11cb


Comments

No comments written yet.

Please login to write comment.