color codes Logo

#b941dd color codes

#B941DD
(185,65,221)
0 Favorites   0 Comments

Color spaces of #b941dd

RGB 18565221
HSL0.790.700.56
HSV286°71°87°
CMYK 0.160.710.00   0.13
XYZ34.949019.315370.2928
Yxy19.31530.28060.1551
Hunter Lab43.949265.0346-64.0647
CIE-Lab51.054169.1820-57.2439

#b941dd color RGB value is (185,65,221).

#b941dd hex color red value is 185, green value is 65 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b941dd hue: 0.79 , saturation: 0.70 and the lightness value of b941dd is 0.56.

The process color (four color CMYK) of #b941dd color code is 0.16, 0.71, 0.00, 0.13. Web safe color of #b941dd is #cc33cc. Color #b941dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01000001 11011101
Octal 271 101 335
Decimal 185 65 221
Hex B9 41 DD

RGB Percentages of Color #b941dd

%39.28
%13.80
%46.92

CMYK Percentages of Color #b941dd

%16
%71
%0
%13

Triadic Colors of #b941dd

#b941dd #ddb941 #41ddb9

Analogous Colors of #b941dd

#b941dd #dd41b3 #6b41dd

Monochromatic Colors of #b941dd

#b941dd

Complementary Color

#b941dd #65dd41

#b941dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b941dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b941dd Color CSS Codes

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

#b941dd Text Font Color

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

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


#b941dd Background Color

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

This div background color is #b941dd


#b941dd Border Color

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

This div border color is #b941dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,65,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 #b941dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b941dd


Comments

No comments written yet.

Please login to write comment.