Color Hex Logo

#8f3fee Color Hex

#8F3FEE
(143,63,238)
0 Favorites   0 Comments

Color spaces of #8f3fee

RGB 14363238
HSL0.740.840.59
HSV267°74°93°
CMYK 0.400.740.00   0.07
XYZ28.537815.567782.3897
Yxy15.56770.22560.1231
Hunter Lab39.455960.0581-96.1870
CIE-Lab46.402165.8344-74.6601

#8f3fee color RGB value is (143,63,238).

#8f3fee hex color red value is 143, green value is 63 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #8f3fee hue: 0.74 , saturation: 0.84 and the lightness value of 8f3fee is 0.59.

The process color (four color CMYK) of #8f3fee color hex is 0.40, 0.74, 0.00, 0.07. Web safe color of #8f3fee is #9933ff. Color #8f3fee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 00111111 11101110
Octal 217 77 356
Decimal 143 63 238
Hex 8F 3F EE

RGB Percentages of Color #8f3fee

%32.21
%14.19
%53.60

CMYK Percentages of Color #8f3fee

%40
%74
%0
%7

Triadic Colors of #8f3fee

#8f3fee #ee8f3f #3fee8f

Analogous Colors of #8f3fee

#8f3fee #e73fee #3f47ee

Monochromatic Colors of #8f3fee

#8f3fee

Complementary Color

#8f3fee #9eee3f

#8f3fee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8f3fee Color Preview on White Background

Lorem ipsum dolor sit amet.

#8f3fee Color CSS Codes

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

#8f3fee Text Font Color

<p style="color:#8f3fee">Text here</p>

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


#8f3fee Background Color

<div style="background-color:#8f3fee">
Div content here</div>

This div background color is #8f3fee


#8f3fee Border Color

<div style="border:3px solid #8f3fee">
Div here</div>

This div border color is #8f3fee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(143,63,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8f3fee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8f3fee;
  -webkit-box-shadow: 1px 1px 3px 2px #8f3fee;
  box-shadow:         1px 1px 3px 2px #8f3fee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(143,63,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8f3fee


Comments

No comments written yet.

Please login to write comment.