Color Hex Logo

#803ced Color Hex

#803CED
(128,60,237)
0 Favorites   0 Comments

Color spaces of #803ced

RGB 12860237
HSL0.730.830.58
HSV263°75°93°
CMYK 0.460.750.00   0.07
XYZ25.804013.935381.4505
Yxy13.93530.21290.1150
Hunter Lab37.330058.0588-103.2341
CIE-Lab44.140064.5331-77.8652

#803ced color RGB value is (128,60,237).

#803ced hex color red value is 128, green value is 60 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #803ced hue: 0.73 , saturation: 0.83 and the lightness value of 803ced is 0.58.

The process color (four color CMYK) of #803ced color hex is 0.46, 0.75, 0.00, 0.07. Web safe color of #803ced is #9933ff. Color #803ced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00111100 11101101
Octal 200 74 355
Decimal 128 60 237
Hex 80 3C ED

RGB Percentages of Color #803ced

%30.12
%14.12
%55.76

CMYK Percentages of Color #803ced

%46
%75
%0
%7

Triadic Colors of #803ced

#803ced #ed803c #3ced80

Analogous Colors of #803ced

#803ced #d93ced #3c51ed

Monochromatic Colors of #803ced

#803ced

Complementary Color

#803ced #a9ed3c

#803ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#803ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#803ced Color CSS Codes

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

#803ced Text Font Color

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

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


#803ced Background Color

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

This div background color is #803ced


#803ced Border Color

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

This div border color is #803ced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #803ced


Comments

No comments written yet.

Please login to write comment.