Color Hex Logo

#7d5dcb Color Hex

#7D5DCB
(125,93,203)
0 Favorites   0 Comments

Color spaces of #7d5dcb

RGB 12593203
HSL0.720.510.58
HSV257°54°80°
CMYK 0.380.540.00   0.20
XYZ23.151316.500558.4646
Yxy16.50050.23600.1682
Hunter Lab40.620830.6473-56.9002
CIE-Lab47.624438.0164-52.8605

#7d5dcb color RGB value is (125,93,203).

#7d5dcb hex color red value is 125, green value is 93 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #7d5dcb hue: 0.72 , saturation: 0.51 and the lightness value of 7d5dcb is 0.58.

The process color (four color CMYK) of #7d5dcb color hex is 0.38, 0.54, 0.00, 0.20. Web safe color of #7d5dcb is #6666cc. Color #7d5dcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 01011101 11001011
Octal 175 135 313
Decimal 125 93 203
Hex 7D 5D CB

RGB Percentages of Color #7d5dcb

%29.69
%22.09
%48.22

CMYK Percentages of Color #7d5dcb

%38
%54
%0
%20

Triadic Colors of #7d5dcb

#7d5dcb #cb7d5d #5dcb7d

Analogous Colors of #7d5dcb

#7d5dcb #b45dcb #5d74cb

Monochromatic Colors of #7d5dcb

#7d5dcb

Complementary Color

#7d5dcb #abcb5d

#7d5dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d5dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d5dcb Color CSS Codes

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

#7d5dcb Text Font Color

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

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


#7d5dcb Background Color

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

This div background color is #7d5dcb


#7d5dcb Border Color

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

This div border color is #7d5dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d5dcb


Comments

No comments written yet.

Please login to write comment.