Color Hex Logo

#b875ca Color Hex

#B875CA
(184,117,202)
0 Favorites   0 Comments

Color spaces of #b875ca

RGB 184117202
HSL0.800.450.63
HSV287°42°79°
CMYK 0.090.420.00   0.21
XYZ36.789127.177259.1838
Yxy27.17720.29870.2207
Hunter Lab52.131834.7359-30.8181
CIE-Lab59.138040.5170-33.6733

#b875ca color RGB value is (184,117,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01110101 11001010
Octal 270 165 312
Decimal 184 117 202
Hex B8 75 CA

RGB Percentages of Color #b875ca

%36.58
%23.26
%40.16

CMYK Percentages of Color #b875ca

%9
%42
%0
%21

Triadic Colors of #b875ca

#b875ca #cab875 #75cab8

Analogous Colors of #b875ca

#b875ca #ca75b2 #8e75ca

Monochromatic Colors of #b875ca

#b875ca

Complementary Color

#b875ca #87ca75

#b875ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b875ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b875ca Color CSS Codes

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

#b875ca Text Font Color

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

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


#b875ca Background Color

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

This div background color is #b875ca


#b875ca Border Color

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

This div border color is #b875ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b875ca


Comments

No comments written yet.

Please login to write comment.