Color Hex Logo

#7b3cbd Color Hex

#7B3CBD
(123,60,189)
0 Favorites   0 Comments

Color spaces of #7b3cbd

RGB 12360189
HSL0.750.520.49
HSV269°68°74°
CMYK 0.350.680.00   0.26
XYZ18.969511.116849.2901
Yxy11.11680.23900.1401
Hunter Lab33.341943.2074-64.3106
CIE-Lab39.776551.7811-57.4001

#7b3cbd color RGB value is (123,60,189).

#7b3cbd hex color red value is 123, green value is 60 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #7b3cbd hue: 0.75 , saturation: 0.52 and the lightness value of 7b3cbd is 0.49.

The process color (four color CMYK) of #7b3cbd color hex is 0.35, 0.68, 0.00, 0.26. Web safe color of #7b3cbd is #6633cc. Color #7b3cbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 00111100 10111101
Octal 173 74 275
Decimal 123 60 189
Hex 7B 3C BD

RGB Percentages of Color #7b3cbd

%33.06
%16.13
%50.81

CMYK Percentages of Color #7b3cbd

%35
%68
%0
%26

Triadic Colors of #7b3cbd

#7b3cbd #bd7b3c #3cbd7b

Analogous Colors of #7b3cbd

#7b3cbd #bc3cbd #3c3ebd

Monochromatic Colors of #7b3cbd

#7b3cbd

Complementary Color

#7b3cbd #7ebd3c

#7b3cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b3cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b3cbd Color CSS Codes

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

#7b3cbd Text Font Color

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

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


#7b3cbd Background Color

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

This div background color is #7b3cbd


#7b3cbd Border Color

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

This div border color is #7b3cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b3cbd


Comments

No comments written yet.

Please login to write comment.