Color Hex Logo

#854bcd Color Hex

#854BCD
(133,75,205)
0 Favorites   0 Comments

Color spaces of #854bcd

RGB 13375205
HSL0.740.570.55
HSV267°63°80°
CMYK 0.350.630.00   0.20
XYZ23.208414.426559.3190
Yxy14.42650.23940.1488
Hunter Lab37.982242.6005-66.0090
CIE-Lab44.838550.2812-58.4519

#854bcd color RGB value is (133,75,205).

#854bcd hex color red value is 133, green value is 75 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #854bcd hue: 0.74 , saturation: 0.57 and the lightness value of 854bcd is 0.55.

The process color (four color CMYK) of #854bcd color hex is 0.35, 0.63, 0.00, 0.20. Web safe color of #854bcd is #9933cc. Color #854bcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01001011 11001101
Octal 205 113 315
Decimal 133 75 205
Hex 85 4B CD

RGB Percentages of Color #854bcd

%32.20
%18.16
%49.64

CMYK Percentages of Color #854bcd

%35
%63
%0
%20

Triadic Colors of #854bcd

#854bcd #cd854b #4bcd85

Analogous Colors of #854bcd

#854bcd #c64bcd #4b52cd

Monochromatic Colors of #854bcd

#854bcd

Complementary Color

#854bcd #93cd4b

#854bcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#854bcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#854bcd Color CSS Codes

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

#854bcd Text Font Color

<p style="color:#854bcd">Text here</p>

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


#854bcd Background Color

<div style="background-color:#854bcd">
Div content here</div>

This div background color is #854bcd


#854bcd Border Color

<div style="border:3px solid #854bcd">
Div here</div>

This div border color is #854bcd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,75,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #854bcd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #854bcd;
  -webkit-box-shadow: 1px 1px 3px 2px #854bcd;
  box-shadow:         1px 1px 3px 2px #854bcd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,75,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #854bcd


Comments

No comments written yet.

Please login to write comment.