Color Hex Logo

#7e23bd Color Hex

#7E23BD
(126,35,189)
0 Favorites   0 Comments

Color spaces of #7e23bd

RGB 12635189
HSL0.770.690.44
HSV275°81°74°
CMYK 0.330.810.00   0.26
XYZ18.39059.311848.9722
Yxy9.31180.23990.1214
Hunter Lab30.515254.1742-73.7905
CIE-Lab36.577862.5649-62.5843

#7e23bd color RGB value is (126,35,189).

#7e23bd hex color red value is 126, green value is 35 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #7e23bd hue: 0.77 , saturation: 0.69 and the lightness value of 7e23bd is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 00100011 10111101
Octal 176 43 275
Decimal 126 35 189
Hex 7E 23 BD

RGB Percentages of Color #7e23bd

%36.00
%10.00
%54.00

CMYK Percentages of Color #7e23bd

%33
%81
%0
%26

Triadic Colors of #7e23bd

#7e23bd #bd7e23 #23bd7e

Analogous Colors of #7e23bd

#7e23bd #bd23af #3123bd

Monochromatic Colors of #7e23bd

#7e23bd

Complementary Color

#7e23bd #62bd23

#7e23bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e23bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e23bd Color CSS Codes

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

#7e23bd Text Font Color

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

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


#7e23bd Background Color

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

This div background color is #7e23bd


#7e23bd Border Color

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

This div border color is #7e23bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(126,35,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 #7e23bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e23bd


Comments

No comments written yet.

Please login to write comment.