Color Hex Logo

#892ffd Color Hex

#892FFD
(137,47,253)
0 Favorites   0 Comments

Color spaces of #892ffd

RGB 13747253
HSL0.740.980.59
HSV266°81°99°
CMYK 0.460.810.00   0.01
XYZ29.062714.443294.1846
Yxy14.44320.21110.1049
Hunter Lab38.004269.9957-120.3335
CIE-Lab44.861974.5135-85.6278

#892ffd color RGB value is (137,47,253).

#892ffd hex color red value is 137, green value is 47 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #892ffd hue: 0.74 , saturation: 0.98 and the lightness value of 892ffd is 0.59.

The process color (four color CMYK) of #892ffd color hex is 0.46, 0.81, 0.00, 0.01. Web safe color of #892ffd is #9933ff. Color #892ffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00101111 11111101
Octal 211 57 375
Decimal 137 47 253
Hex 89 2F FD

RGB Percentages of Color #892ffd

%31.35
%10.76
%57.89

CMYK Percentages of Color #892ffd

%46
%81
%0
%1

Triadic Colors of #892ffd

#892ffd #fd892f #2ffd89

Analogous Colors of #892ffd

#892ffd #f02ffd #2f3cfd

Monochromatic Colors of #892ffd

#892ffd

Complementary Color

#892ffd #a3fd2f

#892ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#892ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#892ffd Color CSS Codes

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

#892ffd Text Font Color

<p style="color:#892ffd">Text here</p>

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


#892ffd Background Color

<div style="background-color:#892ffd">
Div content here</div>

This div background color is #892ffd


#892ffd Border Color

<div style="border:3px solid #892ffd">
Div here</div>

This div border color is #892ffd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,47,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #892ffd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #892ffd;
  -webkit-box-shadow: 1px 1px 3px 2px #892ffd;
  box-shadow:         1px 1px 3px 2px #892ffd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #892ffd


Comments

No comments written yet.

Please login to write comment.