Color Hex Logo

#7b1ecc Color Hex

#7B1ECC
(123,30,204)
0 Favorites   0 Comments

Color spaces of #7b1ecc

RGB 12330204
HSL0.760.740.46
HSV272°85°80°
CMYK 0.400.850.00   0.20
XYZ19.53179.499157.9308
Yxy9.49910.22460.1092
Hunter Lab30.820659.1833-89.8678
CIE-Lab36.928066.9177-70.8063

#7b1ecc color RGB value is (123,30,204).

#7b1ecc hex color red value is 123, green value is 30 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #7b1ecc hue: 0.76 , saturation: 0.74 and the lightness value of 7b1ecc is 0.46.

The process color (four color CMYK) of #7b1ecc color hex is 0.40, 0.85, 0.00, 0.20. Web safe color of #7b1ecc is #6633cc. Color #7b1ecc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 00011110 11001100
Octal 173 36 314
Decimal 123 30 204
Hex 7B 1E CC

RGB Percentages of Color #7b1ecc

%34.45
%8.40
%57.14

CMYK Percentages of Color #7b1ecc

%40
%85
%0
%20

Triadic Colors of #7b1ecc

#7b1ecc #cc7b1e #1ecc7b

Analogous Colors of #7b1ecc

#7b1ecc #cc1ec6 #241ecc

Monochromatic Colors of #7b1ecc

#7b1ecc

Complementary Color

#7b1ecc #6fcc1e

#7b1ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b1ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b1ecc Color CSS Codes

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

#7b1ecc Text Font Color

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

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


#7b1ecc Background Color

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

This div background color is #7b1ecc


#7b1ecc Border Color

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

This div border color is #7b1ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b1ecc


Comments

No comments written yet.

Please login to write comment.