color codes Logo

#b365dd color codes

#B365DD
(179,101,221)
0 Favorites   0 Comments

Color spaces of #b365dd

RGB 179101221
HSL0.780.640.63
HSV279°54°87°
CMYK 0.190.540.00   0.13
XYZ36.295224.111571.1476
Yxy24.11150.27590.1833
Hunter Lab49.103546.0086-51.5348
CIE-Lab56.199351.5459-49.0707

#b365dd color RGB value is (179,101,221).

#b365dd hex color red value is 179, green value is 101 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b365dd hue: 0.78 , saturation: 0.64 and the lightness value of b365dd is 0.63.

The process color (four color CMYK) of #b365dd color code is 0.19, 0.54, 0.00, 0.13. Web safe color of #b365dd is #cc66cc. Color #b365dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01100101 11011101
Octal 263 145 335
Decimal 179 101 221
Hex B3 65 DD

RGB Percentages of Color #b365dd

%35.73
%20.16
%44.11

CMYK Percentages of Color #b365dd

%19
%54
%0
%13

Triadic Colors of #b365dd

#b365dd #ddb365 #65ddb3

Analogous Colors of #b365dd

#b365dd #dd65cb #7765dd

Monochromatic Colors of #b365dd

#b365dd

Complementary Color

#b365dd #8fdd65

#b365dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b365dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b365dd Color CSS Codes

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

#b365dd Text Font Color

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

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


#b365dd Background Color

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

This div background color is #b365dd


#b365dd Border Color

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

This div border color is #b365dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b365dd

#b365dd Color Palettes


Comments

No comments written yet.

Please login to write comment.