Color Hex Logo

#b855ca Color Hex

#B855CA
(184,85,202)
0 Favorites   0 Comments

Color spaces of #b855ca

RGB 18485202
HSL0.810.520.56
HSV291°58°79°
CMYK 0.090.580.00   0.21
XYZ33.676320.951658.1462
Yxy20.95160.29860.1858
Hunter Lab45.772951.2244-43.2762
CIE-Lab52.896556.8385-43.4751

#b855ca color RGB value is (184,85,202).

#b855ca hex color red value is 184, green value is 85 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #b855ca hue: 0.81 , saturation: 0.52 and the lightness value of b855ca is 0.56.

The process color (four color CMYK) of #b855ca color hex is 0.09, 0.58, 0.00, 0.21. Web safe color of #b855ca is #cc66cc. Color #b855ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01010101 11001010
Octal 270 125 312
Decimal 184 85 202
Hex B8 55 CA

RGB Percentages of Color #b855ca

%39.07
%18.05
%42.89

CMYK Percentages of Color #b855ca

%9
%58
%0
%21

Triadic Colors of #b855ca

#b855ca #cab855 #55cab8

Analogous Colors of #b855ca

#b855ca #ca55a2 #7e55ca

Monochromatic Colors of #b855ca

#b855ca

Complementary Color

#b855ca #67ca55

#b855ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b855ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b855ca Color CSS Codes

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

#b855ca Text Font Color

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

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


#b855ca Background Color

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

This div background color is #b855ca


#b855ca Border Color

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

This div border color is #b855ca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(184,85,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b855ca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b855ca;
  -webkit-box-shadow: 1px 1px 3px 2px #b855ca;
  box-shadow:         1px 1px 3px 2px #b855ca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,85,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b855ca


Comments

No comments written yet.

Please login to write comment.