Color Hex Logo

#b140ca Color Hex

#B140CA
(177,64,202)
0 Favorites   0 Comments

Color spaces of #b140ca

RGB 17764202
HSL0.800.570.52
HSV289°68°79°
CMYK 0.120.680.00   0.21
XYZ30.625517.278257.5980
Yxy17.27820.29030.1638
Hunter Lab41.567158.7717-53.0591
CIE-Lab48.608764.2965-50.3563

#b140ca color RGB value is (177,64,202).

#b140ca hex color red value is 177, green value is 64 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #b140ca hue: 0.80 , saturation: 0.57 and the lightness value of b140ca is 0.52.

The process color (four color CMYK) of #b140ca color hex is 0.12, 0.68, 0.00, 0.21. Web safe color of #b140ca is #9933cc. Color #b140ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01000000 11001010
Octal 261 100 312
Decimal 177 64 202
Hex B1 40 CA

RGB Percentages of Color #b140ca

%39.95
%14.45
%45.60

CMYK Percentages of Color #b140ca

%12
%68
%0
%21

Triadic Colors of #b140ca

#b140ca #cab140 #40cab1

Analogous Colors of #b140ca

#b140ca #ca409e #6c40ca

Monochromatic Colors of #b140ca

#b140ca

Complementary Color

#b140ca #59ca40

#b140ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b140ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b140ca Color CSS Codes

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

#b140ca Text Font Color

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

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


#b140ca Background Color

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

This div background color is #b140ca


#b140ca Border Color

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

This div border color is #b140ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b140ca


Comments

No comments written yet.

Please login to write comment.