Color Hex Logo

#890def Color Hex

#890DEF
(137,13,239)
0 Favorites   0 Comments

Color spaces of #890def

RGB 13713239
HSL0.760.900.49
HSV273°95°94°
CMYK 0.430.950.00   0.06
XYZ26.040411.838282.5739
Yxy11.83820.21620.0983
Hunter Lab34.406774.8845-118.2076
CIE-Lab40.957879.2352-84.1826

#890def color RGB value is (137,13,239).

#890def hex color red value is 137, green value is 13 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #890def hue: 0.76 , saturation: 0.90 and the lightness value of 890def is 0.49.

The process color (four color CMYK) of #890def color hex is 0.43, 0.95, 0.00, 0.06. Web safe color of #890def is #9900ff. Color #890def contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00001101 11101111
Octal 211 15 357
Decimal 137 13 239
Hex 89 D EF

RGB Percentages of Color #890def

%35.22
%3.34
%61.44

CMYK Percentages of Color #890def

%43
%95
%0
%6

Triadic Colors of #890def

#890def #ef890d #0def89

Analogous Colors of #890def

#890def #ef0de4 #180def

Monochromatic Colors of #890def

#890def

Complementary Color

#890def #73ef0d

#890def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#890def Color Preview on White Background

Lorem ipsum dolor sit amet.

#890def Color CSS Codes

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

#890def Text Font Color

<p style="color:#890def">Text here</p>

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


#890def Background Color

<div style="background-color:#890def">
Div content here</div>

This div background color is #890def


#890def Border Color

<div style="border:3px solid #890def">
Div here</div>

This div border color is #890def


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,13,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #890def; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #890def;
  -webkit-box-shadow: 1px 1px 3px 2px #890def;
  box-shadow:         1px 1px 3px 2px #890def; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #890def


Comments

No comments written yet.

Please login to write comment.