Color Hex Logo

#7f6bbc Color Hex

#7F6BBC
(127,107,188)
0 Favorites   0 Comments

Color spaces of #7f6bbc

RGB 127107188
HSL0.710.380.58
HSV255°43°74°
CMYK 0.320.430.00   0.26
XYZ23.087218.658349.9615
Yxy18.65830.25170.2035
Hunter Lab43.195319.8138-38.3407
CIE-Lab50.285026.2598-39.9761

#7f6bbc color RGB value is (127,107,188).

#7f6bbc hex color red value is 127, green value is 107 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #7f6bbc hue: 0.71 , saturation: 0.38 and the lightness value of 7f6bbc is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 01101011 10111100
Octal 177 153 274
Decimal 127 107 188
Hex 7F 6B BC

RGB Percentages of Color #7f6bbc

%30.09
%25.36
%44.55

CMYK Percentages of Color #7f6bbc

%32
%43
%0
%26

Triadic Colors of #7f6bbc

#7f6bbc #bc7f6b #6bbc7f

Analogous Colors of #7f6bbc

#7f6bbc #a86bbc #6b80bc

Monochromatic Colors of #7f6bbc

#7f6bbc

Complementary Color

#7f6bbc #a8bc6b

#7f6bbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7f6bbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7f6bbc Color CSS Codes

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

#7f6bbc Text Font Color

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

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


#7f6bbc Background Color

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

This div background color is #7f6bbc


#7f6bbc Border Color

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

This div border color is #7f6bbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(127,107,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7f6bbc


Comments

No comments written yet.

Please login to write comment.