Color Hex Logo

#7b1dbf Color Hex

#7B1DBF
(123,29,191)
0 Favorites   0 Comments

Color spaces of #7b1dbf

RGB 12329191
HSL0.760.740.43
HSV275°85°75°
CMYK 0.360.850.00   0.25
XYZ18.01178.851350.0494
Yxy8.85130.23420.1151
Hunter Lab29.751156.0016-78.9159
CIE-Lab35.696464.3647-65.2193

#7b1dbf color RGB value is (123,29,191).

#7b1dbf hex color red value is 123, green value is 29 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #7b1dbf hue: 0.76 , saturation: 0.74 and the lightness value of 7b1dbf is 0.43.

The process color (four color CMYK) of #7b1dbf color hex is 0.36, 0.85, 0.00, 0.25. Web safe color of #7b1dbf is #6633cc. Color #7b1dbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 00011101 10111111
Octal 173 35 277
Decimal 123 29 191
Hex 7B 1D BF

RGB Percentages of Color #7b1dbf

%35.86
%8.45
%55.69

CMYK Percentages of Color #7b1dbf

%36
%85
%0
%25

Triadic Colors of #7b1dbf

#7b1dbf #bf7b1d #1dbf7b

Analogous Colors of #7b1dbf

#7b1dbf #bf1db2 #2a1dbf

Monochromatic Colors of #7b1dbf

#7b1dbf

Complementary Color

#7b1dbf #61bf1d

#7b1dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b1dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b1dbf Color CSS Codes

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

#7b1dbf Text Font Color

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

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


#7b1dbf Background Color

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

This div background color is #7b1dbf


#7b1dbf Border Color

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

This div border color is #7b1dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b1dbf


Comments

No comments written yet.

Please login to write comment.