Color Hex Logo

#892afd Color Hex

#892AFD
(137,42,253)
0 Favorites   0 Comments

Color spaces of #892afd

RGB 13742253
HSL0.740.980.58
HSV267°83°99°
CMYK 0.460.830.00   0.01
XYZ28.874114.066194.1217
Yxy14.06610.21070.1026
Hunter Lab37.504871.7897-122.5403
CIE-Lab44.327676.0866-86.5066

#892afd color RGB value is (137,42,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 00101010 11111101
Octal 211 52 375
Decimal 137 42 253
Hex 89 2A FD

RGB Percentages of Color #892afd

%31.71
%9.72
%58.56

CMYK Percentages of Color #892afd

%46
%83
%0
%1

Triadic Colors of #892afd

#892afd #fd892a #2afd89

Analogous Colors of #892afd

#892afd #f32afd #2a34fd

Monochromatic Colors of #892afd

#892afd

Complementary Color

#892afd #9efd2a

#892afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#892afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#892afd Color CSS Codes

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

#892afd Text Font Color

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

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


#892afd Background Color

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

This div background color is #892afd


#892afd Border Color

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

This div border color is #892afd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,42,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 #892afd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #892afd


Comments

No comments written yet.

Please login to write comment.