Color Hex Logo

#7b48ff Color Hex

#7B48FF
(123,72,255)
0 Favorites   0 Comments

Color spaces of #7b48ff

RGB 12372255
HSL0.711.000.64
HSV257°72°100°
CMYK 0.520.720.00   0.00
XYZ28.535716.065796.2047
Yxy16.06570.20270.1141
Hunter Lab40.082056.9363-114.2501
CIE-Lab47.060662.9882-83.1898

#7b48ff color RGB value is (123,72,255).

#7b48ff hex color red value is 123, green value is 72 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #7b48ff hue: 0.71 , saturation: 1.00 and the lightness value of 7b48ff is 0.64.

The process color (four color CMYK) of #7b48ff color hex is 0.52, 0.72, 0.00, 0.00. Web safe color of #7b48ff is #6633ff. Color #7b48ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 01001000 11111111
Octal 173 110 377
Decimal 123 72 255
Hex 7B 48 FF

RGB Percentages of Color #7b48ff

%27.33
%16.00
%56.67

CMYK Percentages of Color #7b48ff

%52
%72
%0
%0

Triadic Colors of #7b48ff

#7b48ff #ff7b48 #48ff7b

Analogous Colors of #7b48ff

#7b48ff #d748ff #4871ff

Monochromatic Colors of #7b48ff

#7b48ff

Complementary Color

#7b48ff #ccff48

#7b48ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b48ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b48ff Color CSS Codes

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

#7b48ff Text Font Color

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

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


#7b48ff Background Color

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

This div background color is #7b48ff


#7b48ff Border Color

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

This div border color is #7b48ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b48ff


Comments

No comments written yet.

Please login to write comment.