Color Hex Logo

#861eeb Color Hex

#861EEB
(134,30,235)
0 Favorites   0 Comments

Color spaces of #861eeb

RGB 13430235
HSL0.750.840.52
HSV270°87°92°
CMYK 0.430.870.00   0.08
XYZ25.291211.995079.5795
Yxy11.99500.21640.1026
Hunter Lab34.633869.7398-111.9894
CIE-Lab41.208275.0113-81.5191

#861eeb color RGB value is (134,30,235).

#861eeb hex color red value is 134, green value is 30 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #861eeb hue: 0.75 , saturation: 0.84 and the lightness value of 861eeb is 0.52.

The process color (four color CMYK) of #861eeb color hex is 0.43, 0.87, 0.00, 0.08. Web safe color of #861eeb is #9933ff. Color #861eeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 00011110 11101011
Octal 206 36 353
Decimal 134 30 235
Hex 86 1E EB

RGB Percentages of Color #861eeb

%33.58
%7.52
%58.90

CMYK Percentages of Color #861eeb

%43
%87
%0
%8

Triadic Colors of #861eeb

#861eeb #eb861e #1eeb86

Analogous Colors of #861eeb

#861eeb #eb1eea #201eeb

Monochromatic Colors of #861eeb

#861eeb

Complementary Color

#861eeb #83eb1e

#861eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#861eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#861eeb Color CSS Codes

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

#861eeb Text Font Color

<p style="color:#861eeb">Text here</p>

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


#861eeb Background Color

<div style="background-color:#861eeb">
Div content here</div>

This div background color is #861eeb


#861eeb Border Color

<div style="border:3px solid #861eeb">
Div here</div>

This div border color is #861eeb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,30,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #861eeb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #861eeb;
  -webkit-box-shadow: 1px 1px 3px 2px #861eeb;
  box-shadow:         1px 1px 3px 2px #861eeb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #861eeb


Comments

No comments written yet.

Please login to write comment.