color codes Logo

#b965d5 color codes

#B965D5
(185,101,213)
0 Favorites   0 Comments

Color spaces of #b965d5

RGB 185101213
HSL0.790.570.62
HSV285°53°84°
CMYK 0.130.530.00   0.16
XYZ36.671524.425765.7326
Yxy24.42570.28910.1926
Hunter Lab49.422445.9582-44.2611
CIE-Lab56.511551.4493-44.0127

#b965d5 color RGB value is (185,101,213).

#b965d5 hex color red value is 185, green value is 101 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #b965d5 hue: 0.79 , saturation: 0.57 and the lightness value of b965d5 is 0.62.

The process color (four color CMYK) of #b965d5 color code is 0.13, 0.53, 0.00, 0.16. Web safe color of #b965d5 is #cc66cc. Color #b965d5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01100101 11010101
Octal 271 145 325
Decimal 185 101 213
Hex B9 65 D5

RGB Percentages of Color #b965d5

%37.07
%20.24
%42.69

CMYK Percentages of Color #b965d5

%13
%53
%0
%16

Triadic Colors of #b965d5

#b965d5 #d5b965 #65d5b9

Analogous Colors of #b965d5

#b965d5 #d565b9 #8165d5

Monochromatic Colors of #b965d5

#b965d5

Complementary Color

#b965d5 #81d565

#b965d5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b965d5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b965d5 Color CSS Codes

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

#b965d5 Text Font Color

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

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


#b965d5 Background Color

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

This div background color is #b965d5


#b965d5 Border Color

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

This div border color is #b965d5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b965d5


Comments

No comments written yet.

Please login to write comment.