Color Hex Logo

#b708be Color Hex

#B708BE
(183,8,190)
0 Favorites   0 Comments

Color spaces of #b708be

RGB 1838190
HSL0.830.920.39
HSV298°96°75°
CMYK 0.040.960.00   0.25
XYZ28.909513.958749.8858
Yxy13.95870.31170.1505
Hunter Lab37.361372.7376-53.0125
CIE-Lab44.173676.8874-50.4350

#b708be color RGB value is (183,8,190).

#b708be hex color red value is 183, green value is 8 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b708be hue: 0.83 , saturation: 0.92 and the lightness value of b708be is 0.39.

The process color (four color CMYK) of #b708be color hex is 0.04, 0.96, 0.00, 0.25. Web safe color of #b708be is #cc00cc. Color #b708be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00001000 10111110
Octal 267 10 276
Decimal 183 8 190
Hex B7 8 BE

RGB Percentages of Color #b708be

%48.03
%2.10
%49.87

CMYK Percentages of Color #b708be

%4
%96
%0
%25

Triadic Colors of #b708be

#b708be #beb708 #08beb7

Analogous Colors of #b708be

#b708be #be086a #5c08be

Monochromatic Colors of #b708be

#b708be

Complementary Color

#b708be #0fbe08

#b708be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b708be Color Preview on White Background

Lorem ipsum dolor sit amet.

#b708be Color CSS Codes

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

#b708be Text Font Color

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

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


#b708be Background Color

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

This div background color is #b708be


#b708be Border Color

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

This div border color is #b708be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b708be


Comments

No comments written yet.

Please login to write comment.