Color Hex Logo

#7b4cde Color Hex

#7B4CDE
(123,76,222)
0 Favorites   0 Comments

Color spaces of #7b4cde

RGB 12376222
HSL0.720.690.58
HSV259°66°87°
CMYK 0.450.660.00   0.13
XYZ23.937614.653870.6740
Yxy14.65380.21910.1341
Hunter Lab38.280344.6299-82.6665
CIE-Lab45.156352.1505-67.7243

#7b4cde color RGB value is (123,76,222).

#7b4cde hex color red value is 123, green value is 76 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #7b4cde hue: 0.72 , saturation: 0.69 and the lightness value of 7b4cde is 0.58.

The process color (four color CMYK) of #7b4cde color hex is 0.45, 0.66, 0.00, 0.13. Web safe color of #7b4cde is #6633cc. Color #7b4cde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 01001100 11011110
Octal 173 114 336
Decimal 123 76 222
Hex 7B 4C DE

RGB Percentages of Color #7b4cde

%29.22
%18.05
%52.73

CMYK Percentages of Color #7b4cde

%45
%66
%0
%13

Triadic Colors of #7b4cde

#7b4cde #de7b4c #4cde7b

Analogous Colors of #7b4cde

#7b4cde #c44cde #4c66de

Monochromatic Colors of #7b4cde

#7b4cde

Complementary Color

#7b4cde #afde4c

#7b4cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b4cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b4cde Color CSS Codes

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

#7b4cde Text Font Color

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

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


#7b4cde Background Color

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

This div background color is #7b4cde


#7b4cde Border Color

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

This div border color is #7b4cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b4cde


Comments

No comments written yet.

Please login to write comment.