Color Hex Logo

#b751ca Color Hex

#B751CA
(183,81,202)
0 Favorites   0 Comments

Color spaces of #b751ca

RGB 18381202
HSL0.810.530.55
HSV291°60°79°
CMYK 0.090.600.00   0.21
XYZ33.131520.216458.0330
Yxy20.21640.29750.1815
Hunter Lab44.962752.8461-45.0514
CIE-Lab52.081058.4352-44.7757

#b751ca color RGB value is (183,81,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 01010001 11001010
Octal 267 121 312
Decimal 183 81 202
Hex B7 51 CA

RGB Percentages of Color #b751ca

%39.27
%17.38
%43.35

CMYK Percentages of Color #b751ca

%9
%60
%0
%21

Triadic Colors of #b751ca

#b751ca #cab751 #51cab7

Analogous Colors of #b751ca

#b751ca #ca51a1 #7b51ca

Monochromatic Colors of #b751ca

#b751ca

Complementary Color

#b751ca #64ca51

#b751ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b751ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b751ca Color CSS Codes

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

#b751ca Text Font Color

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

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


#b751ca Background Color

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

This div background color is #b751ca


#b751ca Border Color

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

This div border color is #b751ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b751ca


Comments

No comments written yet.

Please login to write comment.