Color Hex Logo

#7b42ce Color Hex

#7B42CE
(123,66,206)
0 Favorites   0 Comments

Color spaces of #7b42ce

RGB 12366206
HSL0.730.590.53
HSV264°68°81°
CMYK 0.400.680.00   0.19
XYZ21.257212.563659.6972
Yxy12.56360.22730.1343
Hunter Lab35.445245.0211-75.0453
CIE-Lab42.098253.0771-63.5229

#7b42ce color RGB value is (123,66,206).

#7b42ce hex color red value is 123, green value is 66 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #7b42ce hue: 0.73 , saturation: 0.59 and the lightness value of 7b42ce is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 01000010 11001110
Octal 173 102 316
Decimal 123 66 206
Hex 7B 42 CE

RGB Percentages of Color #7b42ce

%31.14
%16.71
%52.15

CMYK Percentages of Color #7b42ce

%40
%68
%0
%19

Triadic Colors of #7b42ce

#7b42ce #ce7b42 #42ce7b

Analogous Colors of #7b42ce

#7b42ce #c142ce #424fce

Monochromatic Colors of #7b42ce

#7b42ce

Complementary Color

#7b42ce #95ce42

#7b42ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b42ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b42ce Color CSS Codes

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

#7b42ce Text Font Color

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

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


#7b42ce Background Color

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

This div background color is #7b42ce


#7b42ce Border Color

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

This div border color is #7b42ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b42ce


Comments

No comments written yet.

Please login to write comment.