Color Hex Logo

#7d47be Color Hex

#7D47BE
(125,71,190)
0 Favorites   0 Comments

Color spaces of #7d47be

RGB 12571190
HSL0.740.480.51
HSV267°63°75°
CMYK 0.340.630.00   0.25
XYZ20.004912.584250.0898
Yxy12.58420.24200.1522
Hunter Lab35.474238.5813-58.8859
CIE-Lab42.129946.8593-54.1685

#7d47be color RGB value is (125,71,190).

#7d47be hex color red value is 125, green value is 71 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #7d47be hue: 0.74 , saturation: 0.48 and the lightness value of 7d47be is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 01000111 10111110
Octal 175 107 276
Decimal 125 71 190
Hex 7D 47 BE

RGB Percentages of Color #7d47be

%32.38
%18.39
%49.22

CMYK Percentages of Color #7d47be

%34
%63
%0
%25

Triadic Colors of #7d47be

#7d47be #be7d47 #47be7d

Analogous Colors of #7d47be

#7d47be #b947be #474dbe

Monochromatic Colors of #7d47be

#7d47be

Complementary Color

#7d47be #88be47

#7d47be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d47be Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d47be Color CSS Codes

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

#7d47be Text Font Color

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

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


#7d47be Background Color

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

This div background color is #7d47be


#7d47be Border Color

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

This div border color is #7d47be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d47be


Comments

No comments written yet.

Please login to write comment.