Color Hex Logo

#8035cb Color Hex

#8035CB
(128,53,203)
0 Favorites   0 Comments

Color spaces of #8035cb

RGB 12853203
HSL0.750.590.50
HSV270°74°80°
CMYK 0.370.740.00   0.20
XYZ20.954711.447257.6050
Yxy11.44720.23280.1272
Hunter Lab33.833751.3439-77.2631
CIE-Lab40.323759.2793-64.6473

#8035cb color RGB value is (128,53,203).

#8035cb hex color red value is 128, green value is 53 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #8035cb hue: 0.75 , saturation: 0.59 and the lightness value of 8035cb is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 00110101 11001011
Octal 200 65 313
Decimal 128 53 203
Hex 80 35 CB

RGB Percentages of Color #8035cb

%33.33
%13.80
%52.86

CMYK Percentages of Color #8035cb

%37
%74
%0
%20

Triadic Colors of #8035cb

#8035cb #cb8035 #35cb80

Analogous Colors of #8035cb

#8035cb #cb35cb #3535cb

Monochromatic Colors of #8035cb

#8035cb

Complementary Color

#8035cb #80cb35

#8035cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8035cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8035cb Color CSS Codes

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

#8035cb Text Font Color

<p style="color:#8035cb">Text here</p>

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


#8035cb Background Color

<div style="background-color:#8035cb">
Div content here</div>

This div background color is #8035cb


#8035cb Border Color

<div style="border:3px solid #8035cb">
Div here</div>

This div border color is #8035cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8035cb


Comments

No comments written yet.

Please login to write comment.