Color Hex Logo

#823acf Color Hex

#823ACF
(130,58,207)
0 Favorites   0 Comments

Color spaces of #823acf

RGB 13058207
HSL0.750.610.52
HSV269°72°81°
CMYK 0.370.720.00   0.19
XYZ21.981512.276960.2426
Yxy12.27690.23260.1299
Hunter Lab35.038450.6656-77.4122
CIE-Lab41.652958.4053-64.7877

#823acf color RGB value is (130,58,207).

#823acf hex color red value is 130, green value is 58 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #823acf hue: 0.75 , saturation: 0.61 and the lightness value of 823acf is 0.52.

The process color (four color CMYK) of #823acf color hex is 0.37, 0.72, 0.00, 0.19. Web safe color of #823acf is #9933cc. Color #823acf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00111010 11001111
Octal 202 72 317
Decimal 130 58 207
Hex 82 3A CF

RGB Percentages of Color #823acf

%32.91
%14.68
%52.41

CMYK Percentages of Color #823acf

%37
%72
%0
%19

Triadic Colors of #823acf

#823acf #cf823a #3acf82

Analogous Colors of #823acf

#823acf #cd3acf #3a3ccf

Monochromatic Colors of #823acf

#823acf

Complementary Color

#823acf #87cf3a

#823acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#823acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#823acf Color CSS Codes

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

#823acf Text Font Color

<p style="color:#823acf">Text here</p>

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


#823acf Background Color

<div style="background-color:#823acf">
Div content here</div>

This div background color is #823acf


#823acf Border Color

<div style="border:3px solid #823acf">
Div here</div>

This div border color is #823acf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,58,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #823acf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #823acf;
  -webkit-box-shadow: 1px 1px 3px 2px #823acf;
  box-shadow:         1px 1px 3px 2px #823acf; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #823acf


Comments

No comments written yet.

Please login to write comment.