Color Hex Logo

#7b2adc Color Hex

#7B2ADC
(123,42,220)
0 Favorites   0 Comments

Color spaces of #7b2adc

RGB 12342220
HSL0.740.720.51
HSV267°81°86°
CMYK 0.440.810.00   0.14
XYZ21.914611.034268.6849
Yxy11.03420.21560.1086
Hunter Lab33.217859.6299-99.3424
CIE-Lab39.638066.7783-75.5986

#7b2adc color RGB value is (123,42,220).

#7b2adc hex color red value is 123, green value is 42 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #7b2adc hue: 0.74 , saturation: 0.72 and the lightness value of 7b2adc is 0.51.

The process color (four color CMYK) of #7b2adc color hex is 0.44, 0.81, 0.00, 0.14. Web safe color of #7b2adc is #6633cc. Color #7b2adc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 00101010 11011100
Octal 173 52 334
Decimal 123 42 220
Hex 7B 2A DC

RGB Percentages of Color #7b2adc

%31.95
%10.91
%57.14

CMYK Percentages of Color #7b2adc

%44
%81
%0
%14

Triadic Colors of #7b2adc

#7b2adc #dc7b2a #2adc7b

Analogous Colors of #7b2adc

#7b2adc #d42adc #2a32dc

Monochromatic Colors of #7b2adc

#7b2adc

Complementary Color

#7b2adc #8bdc2a

#7b2adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b2adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b2adc Color CSS Codes

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

#7b2adc Text Font Color

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

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


#7b2adc Background Color

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

This div background color is #7b2adc


#7b2adc Border Color

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

This div border color is #7b2adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b2adc


Comments

No comments written yet.

Please login to write comment.