Color Hex Logo

#b73bd4 Color Hex

#B73BD4
(183,59,212)
0 Favorites   0 Comments

Color spaces of #b73bd4

RGB 18359212
HSL0.800.640.53
HSV289°72°83°
CMYK 0.140.720.00   0.17
XYZ32.976117.948764.0138
Yxy17.94870.28690.1562
Hunter Lab42.365964.7977-59.9295
CIE-Lab49.433869.2944-54.7292

#b73bd4 color RGB value is (183,59,212).

#b73bd4 hex color red value is 183, green value is 59 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #b73bd4 hue: 0.80 , saturation: 0.64 and the lightness value of b73bd4 is 0.53.

The process color (four color CMYK) of #b73bd4 color hex is 0.14, 0.72, 0.00, 0.17. Web safe color of #b73bd4 is #cc33cc. Color #b73bd4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00111011 11010100
Octal 267 73 324
Decimal 183 59 212
Hex B7 3B D4

RGB Percentages of Color #b73bd4

%40.31
%13.00
%46.70

CMYK Percentages of Color #b73bd4

%14
%72
%0
%17

Triadic Colors of #b73bd4

#b73bd4 #d4b73b #3bd4b7

Analogous Colors of #b73bd4

#b73bd4 #d43ba5 #6b3bd4

Monochromatic Colors of #b73bd4

#b73bd4

Complementary Color

#b73bd4 #58d43b

#b73bd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b73bd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b73bd4 Color CSS Codes

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

#b73bd4 Text Font Color

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

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


#b73bd4 Background Color

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

This div background color is #b73bd4


#b73bd4 Border Color

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

This div border color is #b73bd4


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,59,212, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b73bd4">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b73bd4


Comments

No comments written yet.

Please login to write comment.