Color Hex Logo

#7b45cd Color Hex

#7B45CD
(123,69,205)
0 Favorites   0 Comments

Color spaces of #7b45cd

RGB 12369205
HSL0.730.580.54
HSV264°66°80°
CMYK 0.400.660.00   0.20
XYZ21.315912.875059.1193
Yxy12.87500.22840.1380
Hunter Lab35.881843.2466-72.5699
CIE-Lab42.574351.3041-62.1721

#7b45cd color RGB value is (123,69,205).

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

The process color (four color CMYK) of #7b45cd color hex is 0.40, 0.66, 0.00, 0.20. Web safe color of #7b45cd is #6633cc. Color #7b45cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 01000101 11001101
Octal 173 105 315
Decimal 123 69 205
Hex 7B 45 CD

RGB Percentages of Color #7b45cd

%30.98
%17.38
%51.64

CMYK Percentages of Color #7b45cd

%40
%66
%0
%20

Triadic Colors of #7b45cd

#7b45cd #cd7b45 #45cd7b

Analogous Colors of #7b45cd

#7b45cd #bf45cd #4553cd

Monochromatic Colors of #7b45cd

#7b45cd

Complementary Color

#7b45cd #97cd45

#7b45cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b45cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b45cd Color CSS Codes

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

#7b45cd Text Font Color

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

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


#7b45cd Background Color

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

This div background color is #7b45cd


#7b45cd Border Color

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

This div border color is #7b45cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b45cd


Comments

No comments written yet.

Please login to write comment.