Color Hex Logo

#7b34df Color Hex

#7B34DF
(123,52,223)
0 Favorites   0 Comments

Color spaces of #7b34df

RGB 12352223
HSL0.740.730.54
HSV265°77°87°
CMYK 0.450.770.00   0.13
XYZ22.715711.994670.9300
Yxy11.99460.21500.1135
Hunter Lab34.633256.4688-97.1847
CIE-Lab41.207563.7045-74.7414

#7b34df color RGB value is (123,52,223).

#7b34df hex color red value is 123, green value is 52 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #7b34df hue: 0.74 , saturation: 0.73 and the lightness value of 7b34df is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 00110100 11011111
Octal 173 64 337
Decimal 123 52 223
Hex 7B 34 DF

RGB Percentages of Color #7b34df

%30.90
%13.07
%56.03

CMYK Percentages of Color #7b34df

%45
%77
%0
%13

Triadic Colors of #7b34df

#7b34df #df7b34 #34df7b

Analogous Colors of #7b34df

#7b34df #d134df #3443df

Monochromatic Colors of #7b34df

#7b34df

Complementary Color

#7b34df #98df34

#7b34df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b34df Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b34df Color CSS Codes

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

#7b34df Text Font Color

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

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


#7b34df Background Color

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

This div background color is #7b34df


#7b34df Border Color

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

This div border color is #7b34df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b34df


Comments

No comments written yet.

Please login to write comment.