Color Hex Logo

#7d7acf Color Hex

#7D7ACF
(125,122,207)
0 Favorites   0 Comments

Color spaces of #7d7acf

RGB 125122207
HSL0.670.470.65
HSV242°41°81°
CMYK 0.400.410.00   0.19
XYZ26.679522.784062.0231
Yxy22.78400.23930.2044
Hunter Lab47.732616.2382-43.6278
CIE-Lab54.849221.9939-43.6374

#7d7acf color RGB value is (125,122,207).

#7d7acf hex color red value is 125, green value is 122 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #7d7acf hue: 0.67 , saturation: 0.47 and the lightness value of 7d7acf is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 01111010 11001111
Octal 175 172 317
Decimal 125 122 207
Hex 7D 7A CF

RGB Percentages of Color #7d7acf

%27.53
%26.87
%45.59

CMYK Percentages of Color #7d7acf

%40
%41
%0
%19

Triadic Colors of #7d7acf

#7d7acf #cf7d7a #7acf7d

Analogous Colors of #7d7acf

#7d7acf #a87acf #7aa2cf

Monochromatic Colors of #7d7acf

#7d7acf

Complementary Color

#7d7acf #cccf7a

#7d7acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d7acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d7acf Color CSS Codes

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

#7d7acf Text Font Color

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

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


#7d7acf Background Color

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

This div background color is #7d7acf


#7d7acf Border Color

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

This div border color is #7d7acf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d7acf


Comments

No comments written yet.

Please login to write comment.