Color Hex Logo

#7d40be Color Hex

#7D40BE
(125,64,190)
0 Favorites   0 Comments

Color spaces of #7d40be

RGB 12564190
HSL0.750.500.50
HSV269°66°75°
CMYK 0.340.660.00   0.25
XYZ19.585111.744549.9499
Yxy11.74450.24100.1445
Hunter Lab34.270242.0380-62.4278
CIE-Lab40.807150.4660-56.3054

#7d40be color RGB value is (125,64,190).

#7d40be hex color red value is 125, green value is 64 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #7d40be hue: 0.75 , saturation: 0.50 and the lightness value of 7d40be is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 01000000 10111110
Octal 175 100 276
Decimal 125 64 190
Hex 7D 40 BE

RGB Percentages of Color #7d40be

%32.98
%16.89
%50.13

CMYK Percentages of Color #7d40be

%34
%66
%0
%25

Triadic Colors of #7d40be

#7d40be #be7d40 #40be7d

Analogous Colors of #7d40be

#7d40be #bc40be #4042be

Monochromatic Colors of #7d40be

#7d40be

Complementary Color

#7d40be #81be40

#7d40be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d40be Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d40be Color CSS Codes

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

#7d40be Text Font Color

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

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


#7d40be Background Color

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

This div background color is #7d40be


#7d40be Border Color

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

This div border color is #7d40be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(125,64,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7d40be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7d40be;
  -webkit-box-shadow: 1px 1px 3px 2px #7d40be;
  box-shadow:         1px 1px 3px 2px #7d40be; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(125,64,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d40be


Comments

No comments written yet.

Please login to write comment.