Color Hex Logo

#b065dd Color Hex

#B065DD
(176,101,221)
0 Favorites   0 Comments

Color spaces of #b065dd

RGB 176101221
HSL0.770.640.63
HSV278°54°87°
CMYK 0.200.540.00   0.13
XYZ35.609323.757971.1155
Yxy23.75790.27290.1821
Hunter Lab48.742145.1074-52.3856
CIE-Lab55.844650.7751-49.6561

#b065dd color RGB value is (176,101,221).

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

The process color (four color CMYK) of #b065dd color hex is 0.20, 0.54, 0.00, 0.13. Web safe color of #b065dd is #9966cc. Color #b065dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01100101 11011101
Octal 260 145 335
Decimal 176 101 221
Hex B0 65 DD

RGB Percentages of Color #b065dd

%35.34
%20.28
%44.38

CMYK Percentages of Color #b065dd

%20
%54
%0
%13

Triadic Colors of #b065dd

#b065dd #ddb065 #65ddb0

Analogous Colors of #b065dd

#b065dd #dd65ce #7465dd

Monochromatic Colors of #b065dd

#b065dd

Complementary Color

#b065dd #92dd65

#b065dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b065dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b065dd Color CSS Codes

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

#b065dd Text Font Color

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

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


#b065dd Background Color

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

This div background color is #b065dd


#b065dd Border Color

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

This div border color is #b065dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b065dd


Comments

No comments written yet.

Please login to write comment.