Color Hex Logo

#803fcb Color Hex

#803FCB
(128,63,203)
0 Favorites   0 Comments

Color spaces of #803fcb

RGB 12863203
HSL0.740.570.52
HSV268°69°80°
CMYK 0.370.690.00   0.20
XYZ21.459112.456057.7731
Yxy12.45600.23400.1359
Hunter Lab35.293146.7698-72.3498
CIE-Lab41.931954.7519-62.0318

#803fcb color RGB value is (128,63,203).

#803fcb hex color red value is 128, green value is 63 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #803fcb hue: 0.74 , saturation: 0.57 and the lightness value of 803fcb is 0.52.

The process color (four color CMYK) of #803fcb color hex is 0.37, 0.69, 0.00, 0.20. Web safe color of #803fcb is #9933cc. Color #803fcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00111111 11001011
Octal 200 77 313
Decimal 128 63 203
Hex 80 3F CB

RGB Percentages of Color #803fcb

%32.49
%15.99
%51.52

CMYK Percentages of Color #803fcb

%37
%69
%0
%20

Triadic Colors of #803fcb

#803fcb #cb803f #3fcb80

Analogous Colors of #803fcb

#803fcb #c63fcb #3f44cb

Monochromatic Colors of #803fcb

#803fcb

Complementary Color

#803fcb #8acb3f

#803fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#803fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#803fcb Color CSS Codes

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

#803fcb Text Font Color

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

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


#803fcb Background Color

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

This div background color is #803fcb


#803fcb Border Color

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

This div border color is #803fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #803fcb


Comments

No comments written yet.

Please login to write comment.