Color Hex Logo

#6f32ea Color Hex

#6F32EA
(111,50,234)
0 Favorites   0 Comments

Color spaces of #6f32ea

RGB 11150234
HSL0.720.810.56
HSV260°79°92°
CMYK 0.530.790.00   0.08
XYZ22.547411.601278.8928
Yxy11.60120.19950.1026
Hunter Lab34.060558.5575-113.4882
CIE-Lab40.575165.6621-82.0909

#6f32ea color RGB value is (111,50,234).

#6f32ea hex color red value is 111, green value is 50 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #6f32ea hue: 0.72 , saturation: 0.81 and the lightness value of 6f32ea is 0.56.

The process color (four color CMYK) of #6f32ea color hex is 0.53, 0.79, 0.00, 0.08. Web safe color of #6f32ea is #6633ff. Color #6f32ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 00110010 11101010
Octal 157 62 352
Decimal 111 50 234
Hex 6F 32 EA

RGB Percentages of Color #6f32ea

%28.10
%12.66
%59.24

CMYK Percentages of Color #6f32ea

%53
%79
%0
%8

Triadic Colors of #6f32ea

#6f32ea #ea6f32 #32ea6f

Analogous Colors of #6f32ea

#6f32ea #cb32ea #3251ea

Monochromatic Colors of #6f32ea

#6f32ea

Complementary Color

#6f32ea #adea32

#6f32ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f32ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f32ea Color CSS Codes

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

#6f32ea Text Font Color

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

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


#6f32ea Background Color

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

This div background color is #6f32ea


#6f32ea Border Color

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

This div border color is #6f32ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f32ea


Comments

No comments written yet.

Please login to write comment.