Color Hex Logo

#7d4ccf Color Hex

#7D4CCF
(125,76,207)
0 Favorites   0 Comments

Color spaces of #7d4ccf

RGB 12576207
HSL0.730.580.55
HSV262°63°81°
CMYK 0.400.630.00   0.19
XYZ22.304414.033960.5647
Yxy14.03390.23020.1448
Hunter Lab37.461840.7188-69.6311
CIE-Lab44.281548.5704-60.5476

#7d4ccf color RGB value is (125,76,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 01001100 11001111
Octal 175 114 317
Decimal 125 76 207
Hex 7D 4C CF

RGB Percentages of Color #7d4ccf

%30.64
%18.63
%50.74

CMYK Percentages of Color #7d4ccf

%40
%63
%0
%19

Triadic Colors of #7d4ccf

#7d4ccf #cf7d4c #4ccf7d

Analogous Colors of #7d4ccf

#7d4ccf #bf4ccf #4c5dcf

Monochromatic Colors of #7d4ccf

#7d4ccf

Complementary Color

#7d4ccf #9ecf4c

#7d4ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d4ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d4ccf Color CSS Codes

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

#7d4ccf Text Font Color

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

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


#7d4ccf Background Color

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

This div background color is #7d4ccf


#7d4ccf Border Color

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

This div border color is #7d4ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d4ccf


Comments

No comments written yet.

Please login to write comment.