Color Hex Logo

#b746ca Color Hex

#B746CA
(183,70,202)
0 Favorites   0 Comments

Color spaces of #b746ca

RGB 18370202
HSL0.810.550.53
HSV291°65°79°
CMYK 0.090.650.00   0.21
XYZ32.379318.711957.7823
Yxy18.71190.29740.1719
Hunter Lab43.257357.9122-48.9185
CIE-Lab50.348463.2198-47.5291

#b746ca color RGB value is (183,70,202).

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

The process color (four color CMYK) of #b746ca color hex is 0.09, 0.65, 0.00, 0.21. Web safe color of #b746ca is #cc33cc. Color #b746ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01000110 11001010
Octal 267 106 312
Decimal 183 70 202
Hex B7 46 CA

RGB Percentages of Color #b746ca

%40.22
%15.38
%44.40

CMYK Percentages of Color #b746ca

%9
%65
%0
%21

Triadic Colors of #b746ca

#b746ca #cab746 #46cab7

Analogous Colors of #b746ca

#b746ca #ca469b #7546ca

Monochromatic Colors of #b746ca

#b746ca

Complementary Color

#b746ca #59ca46

#b746ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b746ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b746ca Color CSS Codes

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

#b746ca Text Font Color

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

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


#b746ca Background Color

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

This div background color is #b746ca


#b746ca Border Color

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

This div border color is #b746ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b746ca


Comments

No comments written yet.

Please login to write comment.