Color Hex Logo

#b907dd Color Hex

#B907DD
(185,7,221)
0 Favorites   0 Comments

Color spaces of #b907dd

RGB 1857221
HSL0.810.940.45
HSV290°97°87°
CMYK 0.160.970.00   0.13
XYZ33.134715.686769.6881
Yxy15.68670.27960.1324
Hunter Lab39.606480.0216-76.5971
CIE-Lab46.560782.2408-64.4939

#b907dd color RGB value is (185,7,221).

#b907dd hex color red value is 185, green value is 7 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b907dd hue: 0.81 , saturation: 0.94 and the lightness value of b907dd is 0.45.

The process color (four color CMYK) of #b907dd color hex is 0.16, 0.97, 0.00, 0.13. Web safe color of #b907dd is #cc00cc. Color #b907dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00000111 11011101
Octal 271 7 335
Decimal 185 7 221
Hex B9 7 DD

RGB Percentages of Color #b907dd

%44.79
%1.69
%53.51

CMYK Percentages of Color #b907dd

%16
%97
%0
%13

Triadic Colors of #b907dd

#b907dd #ddb907 #07ddb9

Analogous Colors of #b907dd

#b907dd #dd0796 #4e07dd

Monochromatic Colors of #b907dd

#b907dd

Complementary Color

#b907dd #2bdd07

#b907dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b907dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b907dd Color CSS Codes

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

#b907dd Text Font Color

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

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


#b907dd Background Color

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

This div background color is #b907dd


#b907dd Border Color

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

This div border color is #b907dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(185,7,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b907dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b907dd;
  -webkit-box-shadow: 1px 1px 3px 2px #b907dd;
  box-shadow:         1px 1px 3px 2px #b907dd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,7,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b907dd


Comments

No comments written yet.

Please login to write comment.