Color Hex Logo

#6f55ec Color Hex

#6F55EC
(111,85,236)
0 Favorites   0 Comments

Color spaces of #6f55ec

RGB 11185236
HSL0.700.800.63
HSV250°64°93°
CMYK 0.530.640.00   0.07
XYZ24.944415.932681.1175
Yxy15.93260.20450.1306
Hunter Lab39.915741.6972-92.5495
CIE-Lab46.885949.0615-72.8831

#6f55ec color RGB value is (111,85,236).

#6f55ec hex color red value is 111, green value is 85 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #6f55ec hue: 0.70 , saturation: 0.80 and the lightness value of 6f55ec is 0.63.

The process color (four color CMYK) of #6f55ec color hex is 0.53, 0.64, 0.00, 0.07. Web safe color of #6f55ec is #6666ff. Color #6f55ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 01010101 11101100
Octal 157 125 354
Decimal 111 85 236
Hex 6F 55 EC

RGB Percentages of Color #6f55ec

%25.69
%19.68
%54.63

CMYK Percentages of Color #6f55ec

%53
%64
%0
%7

Triadic Colors of #6f55ec

#6f55ec #ec6f55 #55ec6f

Analogous Colors of #6f55ec

#6f55ec #bb55ec #5587ec

Monochromatic Colors of #6f55ec

#6f55ec

Complementary Color

#6f55ec #d2ec55

#6f55ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f55ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f55ec Color CSS Codes

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

#6f55ec Text Font Color

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

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


#6f55ec Background Color

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

This div background color is #6f55ec


#6f55ec Border Color

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

This div border color is #6f55ec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(111,85,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f55ec


Comments

No comments written yet.

Please login to write comment.