Color Hex Logo

#883afd Color Hex

#883AFD
(136,58,253)
0 Favorites   0 Comments

Color spaces of #883afd

RGB 13658253
HSL0.730.980.61
HSV264°77°99°
CMYK 0.460.770.00   0.01
XYZ29.396015.352294.3424
Yxy15.35220.21130.1104
Hunter Lab39.181965.3504-115.3315
CIE-Lab46.112970.4044-83.5774

#883afd color RGB value is (136,58,253).

#883afd hex color red value is 136, green value is 58 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #883afd hue: 0.73 , saturation: 0.98 and the lightness value of 883afd is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 00111010 11111101
Octal 210 72 375
Decimal 136 58 253
Hex 88 3A FD

RGB Percentages of Color #883afd

%30.43
%12.98
%56.60

CMYK Percentages of Color #883afd

%46
%77
%0
%1

Triadic Colors of #883afd

#883afd #fd883a #3afd88

Analogous Colors of #883afd

#883afd #ea3afd #3a4dfd

Monochromatic Colors of #883afd

#883afd

Complementary Color

#883afd #affd3a

#883afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#883afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#883afd Color CSS Codes

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

#883afd Text Font Color

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

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


#883afd Background Color

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

This div background color is #883afd


#883afd Border Color

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

This div border color is #883afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #883afd

Related Colors


Comments

No comments written yet.

Please login to write comment.