Color Hex Logo

#b251ca Color Hex

#B251CA
(178,81,202)
0 Favorites   0 Comments

Color spaces of #b251ca

RGB 17881202
HSL0.800.530.55
HSV288°60°79°
CMYK 0.120.600.00   0.21
XYZ31.963219.614157.9784
Yxy19.61410.29180.1790
Hunter Lab44.287851.3226-46.6167
CIE-Lab51.398157.1932-45.9023

#b251ca color RGB value is (178,81,202).

#b251ca hex color red value is 178, green value is 81 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #b251ca hue: 0.80 , saturation: 0.53 and the lightness value of b251ca is 0.55.

The process color (four color CMYK) of #b251ca color hex is 0.12, 0.60, 0.00, 0.21. Web safe color of #b251ca is #9966cc. Color #b251ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01010001 11001010
Octal 262 121 312
Decimal 178 81 202
Hex B2 51 CA

RGB Percentages of Color #b251ca

%38.61
%17.57
%43.82

CMYK Percentages of Color #b251ca

%12
%60
%0
%21

Triadic Colors of #b251ca

#b251ca #cab251 #51cab2

Analogous Colors of #b251ca

#b251ca #ca51a6 #7651ca

Monochromatic Colors of #b251ca

#b251ca

Complementary Color

#b251ca #69ca51

#b251ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b251ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b251ca Color CSS Codes

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

#b251ca Text Font Color

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

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


#b251ca Background Color

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

This div background color is #b251ca


#b251ca Border Color

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

This div border color is #b251ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b251ca


Comments

No comments written yet.

Please login to write comment.