Color Hex Logo

#6d0fef Color Hex

#6D0FEF
(109,15,239)
0 Favorites   0 Comments

Color spaces of #6d0fef

RGB 10915239
HSL0.740.880.50
HSV265°94°94°
CMYK 0.540.940.00   0.06
XYZ22.05759.824982.3952
Yxy9.82490.19300.0860
Hunter Lab31.344770.7586-133.9132
CIE-Lab37.526376.5454-89.9673

#6d0fef color RGB value is (109,15,239).

#6d0fef hex color red value is 109, green value is 15 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #6d0fef hue: 0.74 , saturation: 0.88 and the lightness value of 6d0fef is 0.50.

The process color (four color CMYK) of #6d0fef color hex is 0.54, 0.94, 0.00, 0.06. Web safe color of #6d0fef is #6600ff. Color #6d0fef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 00001111 11101111
Octal 155 17 357
Decimal 109 15 239
Hex 6D F EF

RGB Percentages of Color #6d0fef

%30.03
%4.13
%65.84

CMYK Percentages of Color #6d0fef

%54
%94
%0
%6

Triadic Colors of #6d0fef

#6d0fef #ef6d0f #0fef6d

Analogous Colors of #6d0fef

#6d0fef #dd0fef #0f21ef

Monochromatic Colors of #6d0fef

#6d0fef

Complementary Color

#6d0fef #91ef0f

#6d0fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6d0fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#6d0fef Color CSS Codes

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

#6d0fef Text Font Color

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

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


#6d0fef Background Color

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

This div background color is #6d0fef


#6d0fef Border Color

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

This div border color is #6d0fef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(109,15,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6d0fef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6d0fef;
  -webkit-box-shadow: 1px 1px 3px 2px #6d0fef;
  box-shadow:         1px 1px 3px 2px #6d0fef; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(109,15,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6d0fef


Comments

No comments written yet.

Please login to write comment.