Color Hex Logo

#7d7bff Color Hex

#7D7BFF
(125,123,255)
0 Favorites   0 Comments

Color spaces of #7d7bff

RGB 125123255
HSL0.671.000.74
HSV241°52°100°
CMYK 0.510.520.00   0.00
XYZ33.590425.745997.8068
Yxy25.74590.21380.1638
Hunter Lab50.740429.3721-78.7686
CIE-Lab57.795135.4228-65.7415

#7d7bff color RGB value is (125,123,255).

#7d7bff hex color red value is 125, green value is 123 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #7d7bff hue: 0.67 , saturation: 1.00 and the lightness value of 7d7bff is 0.74.

The process color (four color CMYK) of #7d7bff color hex is 0.51, 0.52, 0.00, 0.00. Web safe color of #7d7bff is #6666ff. Color #7d7bff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 01111011 11111111
Octal 175 173 377
Decimal 125 123 255
Hex 7D 7B FF

RGB Percentages of Color #7d7bff

%24.85
%24.45
%50.70

CMYK Percentages of Color #7d7bff

%51
%52
%0
%0

Triadic Colors of #7d7bff

#7d7bff #ff7d7b #7bff7d

Analogous Colors of #7d7bff

#7d7bff #bf7bff #7bbbff

Monochromatic Colors of #7d7bff

#7d7bff

Complementary Color

#7d7bff #fdff7b

#7d7bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d7bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d7bff Color CSS Codes

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

#7d7bff Text Font Color

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

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


#7d7bff Background Color

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

This div background color is #7d7bff


#7d7bff Border Color

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

This div border color is #7d7bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d7bff

#7d7bff Color Palettes


Comments

No comments written yet.

Please login to write comment.