Color Hex Logo

#b867ca Color Hex

#B867CA
(184,103,202)
0 Favorites   0 Comments

Color spaces of #b867ca

RGB 184103202
HSL0.800.480.60
HSV289°49°79°
CMYK 0.090.490.00   0.21
XYZ35.278124.155158.6802
Yxy24.15510.29870.2045
Hunter Lab49.147842.1178-36.3860
CIE-Lab56.242747.9378-38.2008

#b867ca color RGB value is (184,103,202).

#b867ca hex color red value is 184, green value is 103 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #b867ca hue: 0.80 , saturation: 0.48 and the lightness value of b867ca is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01100111 11001010
Octal 270 147 312
Decimal 184 103 202
Hex B8 67 CA

RGB Percentages of Color #b867ca

%37.63
%21.06
%41.31

CMYK Percentages of Color #b867ca

%9
%49
%0
%21

Triadic Colors of #b867ca

#b867ca #cab867 #67cab8

Analogous Colors of #b867ca

#b867ca #ca67ab #8767ca

Monochromatic Colors of #b867ca

#b867ca

Complementary Color

#b867ca #79ca67

#b867ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b867ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b867ca Color CSS Codes

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

#b867ca Text Font Color

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

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


#b867ca Background Color

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

This div background color is #b867ca


#b867ca Border Color

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

This div border color is #b867ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b867ca


Comments

No comments written yet.

Please login to write comment.