Color Hex Logo

#6f5dec Color Hex

#6F5DEC
(111,93,236)
0 Favorites   0 Comments

Color spaces of #6f5dec

RGB 11193236
HSL0.690.790.65
HSV248°61°93°
CMYK 0.530.610.00   0.07
XYZ25.610217.264381.3394
Yxy17.26430.20620.1390
Hunter Lab41.550337.3082-86.9815
CIE-Lab48.591344.5338-70.1079

#6f5dec color RGB value is (111,93,236).

#6f5dec hex color red value is 111, green value is 93 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #6f5dec hue: 0.69 , saturation: 0.79 and the lightness value of 6f5dec is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01101111 01011101 11101100
Octal 157 135 354
Decimal 111 93 236
Hex 6F 5D EC

RGB Percentages of Color #6f5dec

%25.23
%21.14
%53.64

CMYK Percentages of Color #6f5dec

%53
%61
%0
%7

Triadic Colors of #6f5dec

#6f5dec #ec6f5d #5dec6f

Analogous Colors of #6f5dec

#6f5dec #b75dec #5d93ec

Monochromatic Colors of #6f5dec

#6f5dec

Complementary Color

#6f5dec #daec5d

#6f5dec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f5dec Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f5dec Color CSS Codes

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

#6f5dec Text Font Color

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

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


#6f5dec Background Color

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

This div background color is #6f5dec


#6f5dec Border Color

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

This div border color is #6f5dec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f5dec


Comments

No comments written yet.

Please login to write comment.