Color Hex Logo

#6f50cf Color Hex

#6F50CF
(111,80,207)
0 Favorites   0 Comments

Color spaces of #6f50cf

RGB 11180207
HSL0.710.570.56
HSV255°61°81°
CMYK 0.460.610.00   0.19
XYZ20.686713.621860.5704
Yxy13.62180.21800.1436
Hunter Lab36.907735.4604-71.4672
CIE-Lab43.685643.4951-61.5803

#6f50cf color RGB value is (111,80,207).

#6f50cf hex color red value is 111, green value is 80 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #6f50cf hue: 0.71 , saturation: 0.57 and the lightness value of 6f50cf is 0.56.

The process color (four color CMYK) of #6f50cf color hex is 0.46, 0.61, 0.00, 0.19. Web safe color of #6f50cf is #6666cc. Color #6f50cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 01010000 11001111
Octal 157 120 317
Decimal 111 80 207
Hex 6F 50 CF

RGB Percentages of Color #6f50cf

%27.89
%20.10
%52.01

CMYK Percentages of Color #6f50cf

%46
%61
%0
%19

Triadic Colors of #6f50cf

#6f50cf #cf6f50 #50cf6f

Analogous Colors of #6f50cf

#6f50cf #af50cf #5071cf

Monochromatic Colors of #6f50cf

#6f50cf

Complementary Color

#6f50cf #b0cf50

#6f50cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f50cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f50cf Color CSS Codes

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

#6f50cf Text Font Color

<p style="color:#6f50cf">Text here</p>

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


#6f50cf Background Color

<div style="background-color:#6f50cf">
Div content here</div>

This div background color is #6f50cf


#6f50cf Border Color

<div style="border:3px solid #6f50cf">
Div here</div>

This div border color is #6f50cf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(111,80,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6f50cf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6f50cf;
  -webkit-box-shadow: 1px 1px 3px 2px #6f50cf;
  box-shadow:         1px 1px 3px 2px #6f50cf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(111,80,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 #6f50cf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f50cf


Comments

No comments written yet.

Please login to write comment.