Color Hex Logo

#7d7cce Color Hex

#7D7CCE
(125,124,206)
0 Favorites   0 Comments

Color spaces of #7d7cce

RGB 125124206
HSL0.670.460.65
HSV241°40°81°
CMYK 0.390.400.00   0.19
XYZ26.805723.231561.4638
Yxy23.23150.24040.2084
Hunter Lab48.199114.9236-41.8677
CIE-Lab55.310020.5229-42.3429

#7d7cce color RGB value is (125,124,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 01111100 11001110
Octal 175 174 316
Decimal 125 124 206
Hex 7D 7C CE

RGB Percentages of Color #7d7cce

%27.47
%27.25
%45.27

CMYK Percentages of Color #7d7cce

%39
%40
%0
%19

Triadic Colors of #7d7cce

#7d7cce #ce7d7c #7cce7d

Analogous Colors of #7d7cce

#7d7cce #a67cce #7ca4ce

Monochromatic Colors of #7d7cce

#7d7cce

Complementary Color

#7d7cce #cdce7c

#7d7cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d7cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d7cce Color CSS Codes

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

#7d7cce Text Font Color

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

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


#7d7cce Background Color

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

This div background color is #7d7cce


#7d7cce Border Color

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

This div border color is #7d7cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d7cce


Comments

No comments written yet.

Please login to write comment.