Color Hex Logo

#b761ca Color Hex

#B761CA
(183,97,202)
0 Favorites   0 Comments

Color spaces of #b761ca

RGB 18397202
HSL0.800.500.59
HSV289°52°79°
CMYK 0.090.520.00   0.21
XYZ34.463822.880958.4771
Yxy22.88090.29760.1976
Hunter Lab47.834044.8976-38.9983
CIE-Lab54.949450.7261-40.2427

#b761ca color RGB value is (183,97,202).

#b761ca hex color red value is 183, green value is 97 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #b761ca hue: 0.80 , saturation: 0.50 and the lightness value of b761ca is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 01100001 11001010
Octal 267 141 312
Decimal 183 97 202
Hex B7 61 CA

RGB Percentages of Color #b761ca

%37.97
%20.12
%41.91

CMYK Percentages of Color #b761ca

%9
%52
%0
%21

Triadic Colors of #b761ca

#b761ca #cab761 #61cab7

Analogous Colors of #b761ca

#b761ca #ca61a9 #8361ca

Monochromatic Colors of #b761ca

#b761ca

Complementary Color

#b761ca #74ca61

#b761ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b761ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b761ca Color CSS Codes

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

#b761ca Text Font Color

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

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


#b761ca Background Color

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

This div background color is #b761ca


#b761ca Border Color

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

This div border color is #b761ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b761ca


Comments

No comments written yet.

Please login to write comment.