Color Hex Logo

#b970ca Color Hex

#B970CA
(185,112,202)
0 Favorites   0 Comments

Color spaces of #b970ca

RGB 185112202
HSL0.800.460.62
HSV289°45°79°
CMYK 0.080.450.00   0.21
XYZ36.462426.166959.0061
Yxy26.16690.29980.2151
Hunter Lab51.153637.7164-32.5840
CIE-Lab58.195143.4992-35.1354

#b970ca color RGB value is (185,112,202).

#b970ca hex color red value is 185, green value is 112 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #b970ca hue: 0.80 , saturation: 0.46 and the lightness value of b970ca is 0.62.

The process color (four color CMYK) of #b970ca color hex is 0.08, 0.45, 0.00, 0.21. Web safe color of #b970ca is #cc66cc. Color #b970ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01110000 11001010
Octal 271 160 312
Decimal 185 112 202
Hex B9 70 CA

RGB Percentages of Color #b970ca

%37.07
%22.44
%40.48

CMYK Percentages of Color #b970ca

%8
%45
%0
%21

Triadic Colors of #b970ca

#b970ca #cab970 #70cab9

Analogous Colors of #b970ca

#b970ca #ca70ae #8c70ca

Monochromatic Colors of #b970ca

#b970ca

Complementary Color

#b970ca #81ca70

#b970ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b970ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b970ca Color CSS Codes

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

#b970ca Text Font Color

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

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


#b970ca Background Color

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

This div background color is #b970ca


#b970ca Border Color

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

This div border color is #b970ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b970ca


Comments

No comments written yet.

Please login to write comment.