Color Hex Logo

#8f38cb Color Hex

#8F38CB
(143,56,203)
0 Favorites   0 Comments

Color spaces of #8f38cb

RGB 14356203
HSL0.770.590.51
HSV276°72°80°
CMYK 0.300.720.00   0.20
XYZ23.521412.979857.7655
Yxy12.97980.24950.1377
Hunter Lab36.027553.4898-69.8447
CIE-Lab42.732860.7561-60.6438

#8f38cb color RGB value is (143,56,203).

#8f38cb hex color red value is 143, green value is 56 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #8f38cb hue: 0.77 , saturation: 0.59 and the lightness value of 8f38cb is 0.51.

The process color (four color CMYK) of #8f38cb color hex is 0.30, 0.72, 0.00, 0.20. Web safe color of #8f38cb is #9933cc. Color #8f38cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 00111000 11001011
Octal 217 70 313
Decimal 143 56 203
Hex 8F 38 CB

RGB Percentages of Color #8f38cb

%35.57
%13.93
%50.50

CMYK Percentages of Color #8f38cb

%30
%72
%0
%20

Triadic Colors of #8f38cb

#8f38cb #cb8f38 #38cb8f

Analogous Colors of #8f38cb

#8f38cb #cb38be #4638cb

Monochromatic Colors of #8f38cb

#8f38cb

Complementary Color

#8f38cb #74cb38

#8f38cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8f38cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8f38cb Color CSS Codes

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

#8f38cb Text Font Color

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

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


#8f38cb Background Color

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

This div background color is #8f38cb


#8f38cb Border Color

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

This div border color is #8f38cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8f38cb


Comments

No comments written yet.

Please login to write comment.