Color Hex Logo

#b73edf Color Hex

#B73EDF
(183,62,223)
0 Favorites   0 Comments

Color spaces of #b73edf

RGB 18362223
HSL0.790.720.56
HSV285°72°87°
CMYK 0.180.720.00   0.13
XYZ34.570318.840271.6265
Yxy18.84020.27650.1507
Hunter Lab43.405366.2077-67.4554
CIE-Lab50.499770.2729-59.2860

#b73edf color RGB value is (183,62,223).

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

The process color (four color CMYK) of #b73edf color hex is 0.18, 0.72, 0.00, 0.13. Web safe color of #b73edf is #cc33cc. Color #b73edf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00111110 11011111
Octal 267 76 337
Decimal 183 62 223
Hex B7 3E DF

RGB Percentages of Color #b73edf

%39.10
%13.25
%47.65

CMYK Percentages of Color #b73edf

%18
%72
%0
%13

Triadic Colors of #b73edf

#b73edf #dfb73e #3edfb7

Analogous Colors of #b73edf

#b73edf #df3eb7 #673edf

Monochromatic Colors of #b73edf

#b73edf

Complementary Color

#b73edf #66df3e

#b73edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b73edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b73edf Color CSS Codes

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

#b73edf Text Font Color

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

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


#b73edf Background Color

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

This div background color is #b73edf


#b73edf Border Color

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

This div border color is #b73edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b73edf


Comments

No comments written yet.

Please login to write comment.