Color Hex Logo

#7d3cdf Color Hex

#7D3CDF
(125,60,223)
0 Favorites   0 Comments

Color spaces of #7d3cdf

RGB 12560223
HSL0.730.720.55
HSV264°73°87°
CMYK 0.440.730.00   0.13
XYZ23.392612.919471.0728
Yxy12.91940.21780.1203
Hunter Lab35.943653.2692-92.0762
CIE-Lab42.641560.5753-72.3852

#7d3cdf color RGB value is (125,60,223).

#7d3cdf hex color red value is 125, green value is 60 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #7d3cdf hue: 0.73 , saturation: 0.72 and the lightness value of 7d3cdf is 0.55.

The process color (four color CMYK) of #7d3cdf color hex is 0.44, 0.73, 0.00, 0.13. Web safe color of #7d3cdf is #6633cc. Color #7d3cdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 00111100 11011111
Octal 175 74 337
Decimal 125 60 223
Hex 7D 3C DF

RGB Percentages of Color #7d3cdf

%30.64
%14.71
%54.66

CMYK Percentages of Color #7d3cdf

%44
%73
%0
%13

Triadic Colors of #7d3cdf

#7d3cdf #df7d3c #3cdf7d

Analogous Colors of #7d3cdf

#7d3cdf #cf3cdf #3c4cdf

Monochromatic Colors of #7d3cdf

#7d3cdf

Complementary Color

#7d3cdf #9edf3c

#7d3cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d3cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d3cdf Color CSS Codes

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

#7d3cdf Text Font Color

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

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


#7d3cdf Background Color

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

This div background color is #7d3cdf


#7d3cdf Border Color

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

This div border color is #7d3cdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d3cdf


Comments

No comments written yet.

Please login to write comment.