Color Hex Logo

#b709de Color Hex

#B709DE
(183,9,222)
0 Favorites   0 Comments

Color spaces of #b709de

RGB 1839222
HSL0.800.920.45
HSV289°96°87°
CMYK 0.180.960.00   0.13
XYZ32.810915.536670.3768
Yxy15.53660.27640.1309
Hunter Lab39.416579.6073-78.2687
CIE-Lab46.360681.9536-65.4049

#b709de color RGB value is (183,9,222).

#b709de hex color red value is 183, green value is 9 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #b709de hue: 0.80 , saturation: 0.92 and the lightness value of b709de is 0.45.

The process color (four color CMYK) of #b709de color hex is 0.18, 0.96, 0.00, 0.13. Web safe color of #b709de is #cc00cc. Color #b709de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00001001 11011110
Octal 267 11 336
Decimal 183 9 222
Hex B7 9 DE

RGB Percentages of Color #b709de

%44.20
%2.17
%53.62

CMYK Percentages of Color #b709de

%18
%96
%0
%13

Triadic Colors of #b709de

#b709de #deb709 #09deb7

Analogous Colors of #b709de

#b709de #de099b #4d09de

Monochromatic Colors of #b709de

#b709de

Complementary Color

#b709de #30de09

#b709de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b709de Color Preview on White Background

Lorem ipsum dolor sit amet.

#b709de Color CSS Codes

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

#b709de Text Font Color

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

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


#b709de Background Color

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

This div background color is #b709de


#b709de Border Color

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

This div border color is #b709de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b709de


Comments

No comments written yet.

Please login to write comment.