Color Hex Logo

#7f6bdf Color Hex

#7F6BDF
(127,107,223)
0 Favorites   0 Comments

Color spaces of #7f6bdf

RGB 127107223
HSL0.700.640.65
HSV250°52°87°
CMYK 0.430.520.00   0.13
XYZ27.329420.355172.3006
Yxy20.35510.22780.1696
Hunter Lab45.116629.1723-63.4322
CIE-Lab52.236335.8930-56.8358

#7f6bdf color RGB value is (127,107,223).

#7f6bdf hex color red value is 127, green value is 107 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #7f6bdf hue: 0.70 , saturation: 0.64 and the lightness value of 7f6bdf is 0.65.

The process color (four color CMYK) of #7f6bdf color hex is 0.43, 0.52, 0.00, 0.13. Web safe color of #7f6bdf is #6666cc. Color #7f6bdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 01101011 11011111
Octal 177 153 337
Decimal 127 107 223
Hex 7F 6B DF

RGB Percentages of Color #7f6bdf

%27.79
%23.41
%48.80

CMYK Percentages of Color #7f6bdf

%43
%52
%0
%13

Triadic Colors of #7f6bdf

#7f6bdf #df7f6b #6bdf7f

Analogous Colors of #7f6bdf

#7f6bdf #b96bdf #6b91df

Monochromatic Colors of #7f6bdf

#7f6bdf

Complementary Color

#7f6bdf #cbdf6b

#7f6bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7f6bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7f6bdf Color CSS Codes

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

#7f6bdf Text Font Color

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

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


#7f6bdf Background Color

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

This div background color is #7f6bdf


#7f6bdf Border Color

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

This div border color is #7f6bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7f6bdf


Comments

No comments written yet.

Please login to write comment.