Color Hex Logo

#7b13de Color Hex

#7B13DE
(123,19,222)
0 Favorites   0 Comments

Color spaces of #7b13de

RGB 12319222
HSL0.750.840.47
HSV271°91°87°
CMYK 0.450.910.00   0.13
XYZ21.58619.950669.8902
Yxy9.95060.21280.0981
Hunter Lab31.544666.9454-109.2818
CIE-Lab37.753673.3610-79.8450

#7b13de color RGB value is (123,19,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 00010011 11011110
Octal 173 23 336
Decimal 123 19 222
Hex 7B 13 DE

RGB Percentages of Color #7b13de

%33.79
%5.22
%60.99

CMYK Percentages of Color #7b13de

%45
%91
%0
%13

Triadic Colors of #7b13de

#7b13de #de7b13 #13de7b

Analogous Colors of #7b13de

#7b13de #de13dc #1613de

Monochromatic Colors of #7b13de

#7b13de

Complementary Color

#7b13de #76de13

#7b13de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b13de Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b13de Color CSS Codes

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

#7b13de Text Font Color

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

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


#7b13de Background Color

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

This div background color is #7b13de


#7b13de Border Color

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

This div border color is #7b13de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b13de


Comments

No comments written yet.

Please login to write comment.