Color Hex Logo

#6f4ece Color Hex

#6F4ECE
(111,78,206)
0 Favorites   0 Comments

Color spaces of #6f4ece

RGB 11178206
HSL0.710.570.56
HSV255°62°81°
CMYK 0.460.620.00   0.19
XYZ20.420513.284559.8804
Yxy13.28450.21820.1420
Hunter Lab36.447936.2235-71.8942
CIE-Lab43.188844.3407-61.8098

#6f4ece color RGB value is (111,78,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 01001110 11001110
Octal 157 116 316
Decimal 111 78 206
Hex 6F 4E CE

RGB Percentages of Color #6f4ece

%28.10
%19.75
%52.15

CMYK Percentages of Color #6f4ece

%46
%62
%0
%19

Triadic Colors of #6f4ece

#6f4ece #ce6f4e #4ece6f

Analogous Colors of #6f4ece

#6f4ece #af4ece #4e6dce

Monochromatic Colors of #6f4ece

#6f4ece

Complementary Color

#6f4ece #adce4e

#6f4ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f4ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f4ece Color CSS Codes

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

#6f4ece Text Font Color

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

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


#6f4ece Background Color

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

This div background color is #6f4ece


#6f4ece Border Color

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

This div border color is #6f4ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f4ece


Comments

No comments written yet.

Please login to write comment.