Color Hex Logo

#b842ca Color Hex

#B842CA
(184,66,202)
0 Favorites   0 Comments

Color spaces of #b842ca

RGB 18466202
HSL0.810.560.53
HSV292°67°79°
CMYK 0.090.670.00   0.21
XYZ32.376018.351057.7128
Yxy18.35100.29860.1692
Hunter Lab42.838159.9395-49.8907
CIE-Lab49.919165.0585-48.2043

#b842ca color RGB value is (184,66,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01000010 11001010
Octal 270 102 312
Decimal 184 66 202
Hex B8 42 CA

RGB Percentages of Color #b842ca

%40.71
%14.60
%44.69

CMYK Percentages of Color #b842ca

%9
%67
%0
%21

Triadic Colors of #b842ca

#b842ca #cab842 #42cab8

Analogous Colors of #b842ca

#b842ca #ca4298 #7442ca

Monochromatic Colors of #b842ca

#b842ca

Complementary Color

#b842ca #54ca42

#b842ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b842ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b842ca Color CSS Codes

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

#b842ca Text Font Color

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

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


#b842ca Background Color

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

This div background color is #b842ca


#b842ca Border Color

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

This div border color is #b842ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b842ca


Comments

No comments written yet.

Please login to write comment.