Color Hex Logo

#b73dca Color Hex

#B73DCA
(183,61,202)
0 Favorites   0 Comments

Color spaces of #b73dca

RGB 18361202
HSL0.810.570.52
HSV292°70°79°
CMYK 0.090.700.00   0.21
XYZ31.857917.669057.6085
Yxy17.66900.29740.1649
Hunter Lab42.034561.7245-51.8331
CIE-Lab49.092266.7502-49.5325

#b73dca color RGB value is (183,61,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 00111101 11001010
Octal 267 75 312
Decimal 183 61 202
Hex B7 3D CA

RGB Percentages of Color #b73dca

%41.03
%13.68
%45.29

CMYK Percentages of Color #b73dca

%9
%70
%0
%21

Triadic Colors of #b73dca

#b73dca #cab73d #3dcab7

Analogous Colors of #b73dca

#b73dca #ca3d97 #713dca

Monochromatic Colors of #b73dca

#b73dca

Complementary Color

#b73dca #50ca3d

#b73dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b73dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b73dca Color CSS Codes

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

#b73dca Text Font Color

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

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


#b73dca Background Color

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

This div background color is #b73dca


#b73dca Border Color

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

This div border color is #b73dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b73dca


Comments

No comments written yet.

Please login to write comment.