Color Hex Logo

#883fcf Color Hex

#883FCF
(136,63,207)
0 Favorites   0 Comments

Color spaces of #883fcf

RGB 13663207
HSL0.750.600.53
HSV270°70°81°
CMYK 0.340.700.00   0.19
XYZ23.193313.294260.3751
Yxy13.29420.23940.1372
Hunter Lab36.461249.7383-72.6538
CIE-Lab43.203257.2619-62.2349

#883fcf color RGB value is (136,63,207).

#883fcf hex color red value is 136, green value is 63 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #883fcf hue: 0.75 , saturation: 0.60 and the lightness value of 883fcf is 0.53.

The process color (four color CMYK) of #883fcf color hex is 0.34, 0.70, 0.00, 0.19. Web safe color of #883fcf is #9933cc. Color #883fcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00111111 11001111
Octal 210 77 317
Decimal 136 63 207
Hex 88 3F CF

RGB Percentages of Color #883fcf

%33.50
%15.52
%50.99

CMYK Percentages of Color #883fcf

%34
%70
%0
%19

Triadic Colors of #883fcf

#883fcf #cf883f #3fcf88

Analogous Colors of #883fcf

#883fcf #cf3fce #403fcf

Monochromatic Colors of #883fcf

#883fcf

Complementary Color

#883fcf #86cf3f

#883fcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#883fcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#883fcf Color CSS Codes

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

#883fcf Text Font Color

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

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


#883fcf Background Color

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

This div background color is #883fcf


#883fcf Border Color

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

This div border color is #883fcf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,63,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #883fcf


Comments

No comments written yet.

Please login to write comment.