Color Hex Logo

#862fdc Color Hex

#862FDC
(134,47,220)
0 Favorites   0 Comments

Color spaces of #862fdc

RGB 13447220
HSL0.750.710.52
HSV270°79°86°
CMYK 0.390.790.00   0.14
XYZ23.766312.268768.8256
Yxy12.26870.22660.1170
Hunter Lab35.026759.8190-91.9830
CIE-Lab41.640066.5520-72.2639

#862fdc color RGB value is (134,47,220).

#862fdc hex color red value is 134, green value is 47 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #862fdc hue: 0.75 , saturation: 0.71 and the lightness value of 862fdc is 0.52.

The process color (four color CMYK) of #862fdc color hex is 0.39, 0.79, 0.00, 0.14. Web safe color of #862fdc is #9933cc. Color #862fdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 00101111 11011100
Octal 206 57 334
Decimal 134 47 220
Hex 86 2F DC

RGB Percentages of Color #862fdc

%33.42
%11.72
%54.86

CMYK Percentages of Color #862fdc

%39
%79
%0
%14

Triadic Colors of #862fdc

#862fdc #dc862f #2fdc86

Analogous Colors of #862fdc

#862fdc #dc2fdc #2f2fdc

Monochromatic Colors of #862fdc

#862fdc

Complementary Color

#862fdc #85dc2f

#862fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#862fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#862fdc Color CSS Codes

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

#862fdc Text Font Color

<p style="color:#862fdc">Text here</p>

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


#862fdc Background Color

<div style="background-color:#862fdc">
Div content here</div>

This div background color is #862fdc


#862fdc Border Color

<div style="border:3px solid #862fdc">
Div here</div>

This div border color is #862fdc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,47,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #862fdc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #862fdc;
  -webkit-box-shadow: 1px 1px 3px 2px #862fdc;
  box-shadow:         1px 1px 3px 2px #862fdc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #862fdc


Comments

No comments written yet.

Please login to write comment.