Color Hex Logo

#7b21ce Color Hex

#7B21CE
(123,33,206)
0 Favorites   0 Comments

Color spaces of #7b21ce

RGB 12333206
HSL0.750.720.47
HSV271°84°81°
CMYK 0.400.840.00   0.19
XYZ19.85289.754959.2290
Yxy9.75490.22350.1098
Hunter Lab31.232858.8041-90.5728
CIE-Lab37.398966.4961-71.1961

#7b21ce color RGB value is (123,33,206).

#7b21ce hex color red value is 123, green value is 33 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #7b21ce hue: 0.75 , saturation: 0.72 and the lightness value of 7b21ce is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 00100001 11001110
Octal 173 41 316
Decimal 123 33 206
Hex 7B 21 CE

RGB Percentages of Color #7b21ce

%33.98
%9.12
%56.91

CMYK Percentages of Color #7b21ce

%40
%84
%0
%19

Triadic Colors of #7b21ce

#7b21ce #ce7b21 #21ce7b

Analogous Colors of #7b21ce

#7b21ce #ce21cb #2421ce

Monochromatic Colors of #7b21ce

#7b21ce

Complementary Color

#7b21ce #74ce21

#7b21ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b21ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b21ce Color CSS Codes

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

#7b21ce Text Font Color

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

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


#7b21ce Background Color

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

This div background color is #7b21ce


#7b21ce Border Color

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

This div border color is #7b21ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b21ce


Comments

No comments written yet.

Please login to write comment.