Color Hex Logo

#b73edc Color Hex

#B73EDC
(183,62,220)
0 Favorites   0 Comments

Color spaces of #b73edc

RGB 18362220
HSL0.790.690.55
HSV286°72°86°
CMYK 0.170.720.00   0.14
XYZ34.169318.679869.5148
Yxy18.67980.27920.1527
Hunter Lab43.220165.4846-65.1073
CIE-Lab50.310569.7033-57.8859

#b73edc color RGB value is (183,62,220).

#b73edc hex color red value is 183, green value is 62 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b73edc hue: 0.79 , saturation: 0.69 and the lightness value of b73edc is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 00111110 11011100
Octal 267 76 334
Decimal 183 62 220
Hex B7 3E DC

RGB Percentages of Color #b73edc

%39.35
%13.33
%47.31

CMYK Percentages of Color #b73edc

%17
%72
%0
%14

Triadic Colors of #b73edc

#b73edc #dcb73e #3edcb7

Analogous Colors of #b73edc

#b73edc #dc3eb2 #683edc

Monochromatic Colors of #b73edc

#b73edc

Complementary Color

#b73edc #63dc3e

#b73edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b73edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b73edc Color CSS Codes

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

#b73edc Text Font Color

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

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


#b73edc Background Color

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

This div background color is #b73edc


#b73edc Border Color

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

This div border color is #b73edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b73edc


Comments

No comments written yet.

Please login to write comment.