Color Hex Logo

#b841ca Color Hex

#B841CA
(184,65,202)
0 Favorites   0 Comments

Color spaces of #b841ca

RGB 18465202
HSL0.810.560.52
HSV292°68°79°
CMYK 0.090.680.00   0.21
XYZ32.318118.235257.6935
Yxy18.23520.29860.1685
Hunter Lab42.702760.3620-50.2119
CIE-Lab49.780165.4491-48.4259

#b841ca color RGB value is (184,65,202).

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

The process color (four color CMYK) of #b841ca color hex is 0.09, 0.68, 0.00, 0.21. Web safe color of #b841ca is #cc33cc. Color #b841ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01000001 11001010
Octal 270 101 312
Decimal 184 65 202
Hex B8 41 CA

RGB Percentages of Color #b841ca

%40.80
%14.41
%44.79

CMYK Percentages of Color #b841ca

%9
%68
%0
%21

Triadic Colors of #b841ca

#b841ca #cab841 #41cab8

Analogous Colors of #b841ca

#b841ca #ca4198 #7441ca

Monochromatic Colors of #b841ca

#b841ca

Complementary Color

#b841ca #53ca41

#b841ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b841ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b841ca Color CSS Codes

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

#b841ca Text Font Color

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

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


#b841ca Background Color

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

This div background color is #b841ca


#b841ca Border Color

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

This div border color is #b841ca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,65,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 #b841ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b841ca


Comments

No comments written yet.

Please login to write comment.