Color Hex Logo

#6f52ce Color Hex

#6F52CE
(111,82,206)
0 Favorites   0 Comments

Color spaces of #6f52ce

RGB 11182206
HSL0.710.560.56
HSV254°60°81°
CMYK 0.460.600.00   0.19
XYZ20.713413.870359.9780
Yxy13.87030.21900.1467
Hunter Lab37.242934.1016-69.4140
CIE-Lab44.046342.0695-60.4203

#6f52ce color RGB value is (111,82,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 01010010 11001110
Octal 157 122 316
Decimal 111 82 206
Hex 6F 52 CE

RGB Percentages of Color #6f52ce

%27.82
%20.55
%51.63

CMYK Percentages of Color #6f52ce

%46
%60
%0
%19

Triadic Colors of #6f52ce

#6f52ce #ce6f52 #52ce6f

Analogous Colors of #6f52ce

#6f52ce #ad52ce #5273ce

Monochromatic Colors of #6f52ce

#6f52ce

Complementary Color

#6f52ce #b1ce52

#6f52ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f52ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f52ce Color CSS Codes

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

#6f52ce Text Font Color

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

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


#6f52ce Background Color

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

This div background color is #6f52ce


#6f52ce Border Color

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

This div border color is #6f52ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f52ce


Comments

No comments written yet.

Please login to write comment.