Color Hex Logo

#b65cdd Color Hex

#B65CDD
(182,92,221)
0 Favorites   0 Comments

Color spaces of #b65cdd

RGB 18292221
HSL0.780.650.61
HSV282°58°87°
CMYK 0.180.580.00   0.13
XYZ36.169722.819870.9049
Yxy22.81980.27850.1757
Hunter Lab47.770151.5558-54.5648
CIE-Lab54.886256.7869-51.1370

#b65cdd color RGB value is (182,92,221).

#b65cdd hex color red value is 182, green value is 92 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b65cdd hue: 0.78 , saturation: 0.65 and the lightness value of b65cdd is 0.61.

The process color (four color CMYK) of #b65cdd color hex is 0.18, 0.58, 0.00, 0.13. Web safe color of #b65cdd is #cc66cc. Color #b65cdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01011100 11011101
Octal 266 134 335
Decimal 182 92 221
Hex B6 5C DD

RGB Percentages of Color #b65cdd

%36.77
%18.59
%44.65

CMYK Percentages of Color #b65cdd

%18
%58
%0
%13

Triadic Colors of #b65cdd

#b65cdd #ddb65c #5cddb6

Analogous Colors of #b65cdd

#b65cdd #dd5cc4 #765cdd

Monochromatic Colors of #b65cdd

#b65cdd

Complementary Color

#b65cdd #83dd5c

#b65cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b65cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b65cdd Color CSS Codes

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

#b65cdd Text Font Color

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

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


#b65cdd Background Color

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

This div background color is #b65cdd


#b65cdd Border Color

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

This div border color is #b65cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b65cdd


Comments

No comments written yet.

Please login to write comment.