Color Hex Logo

#803ecf Color Hex

#803ECF
(128,62,207)
0 Favorites   0 Comments

Color spaces of #803ecf

RGB 12862207
HSL0.740.600.53
HSV267°70°81°
CMYK 0.380.700.00   0.19
XYZ21.887212.539460.2983
Yxy12.53940.23110.1324
Hunter Lab35.411048.3598-76.1720
CIE-Lab42.060956.2071-64.1348

#803ecf color RGB value is (128,62,207).

#803ecf hex color red value is 128, green value is 62 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #803ecf hue: 0.74 , saturation: 0.60 and the lightness value of 803ecf is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 00111110 11001111
Octal 200 76 317
Decimal 128 62 207
Hex 80 3E CF

RGB Percentages of Color #803ecf

%32.24
%15.62
%52.14

CMYK Percentages of Color #803ecf

%38
%70
%0
%19

Triadic Colors of #803ecf

#803ecf #cf803e #3ecf80

Analogous Colors of #803ecf

#803ecf #c93ecf #3e44cf

Monochromatic Colors of #803ecf

#803ecf

Complementary Color

#803ecf #8dcf3e

#803ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#803ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#803ecf Color CSS Codes

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

#803ecf Text Font Color

<p style="color:#803ecf">Text here</p>

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


#803ecf Background Color

<div style="background-color:#803ecf">
Div content here</div>

This div background color is #803ecf


#803ecf Border Color

<div style="border:3px solid #803ecf">
Div here</div>

This div border color is #803ecf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,62,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #803ecf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #803ecf;
  -webkit-box-shadow: 1px 1px 3px 2px #803ecf;
  box-shadow:         1px 1px 3px 2px #803ecf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,62,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 #803ecf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #803ecf


Comments

No comments written yet.

Please login to write comment.