Color Hex Logo

#8f02cd Color Hex

#8F02CD
(143,2,205)
0 Favorites   0 Comments

Color spaces of #8f02cd

RGB 1432205
HSL0.780.980.41
HSV282°99°80°
CMYK 0.300.990.00   0.20
XYZ22.368810.290858.5650
Yxy10.29080.24520.1128
Hunter Lab32.079368.3289-85.7863
CIE-Lab38.359474.3934-68.9277

#8f02cd color RGB value is (143,2,205).

#8f02cd hex color red value is 143, green value is 2 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #8f02cd hue: 0.78 , saturation: 0.98 and the lightness value of 8f02cd is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 00000010 11001101
Octal 217 2 315
Decimal 143 2 205
Hex 8F 2 CD

RGB Percentages of Color #8f02cd

%40.86
%0.57
%58.57

CMYK Percentages of Color #8f02cd

%30
%99
%0
%20

Triadic Colors of #8f02cd

#8f02cd #cd8f02 #02cd8f

Analogous Colors of #8f02cd

#8f02cd #cd02a6 #2902cd

Monochromatic Colors of #8f02cd

#8f02cd

Complementary Color

#8f02cd #40cd02

#8f02cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8f02cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8f02cd Color CSS Codes

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

#8f02cd Text Font Color

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

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


#8f02cd Background Color

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

This div background color is #8f02cd


#8f02cd Border Color

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

This div border color is #8f02cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8f02cd


Comments

No comments written yet.

Please login to write comment.