Color Hex Logo

#b65ddc Color Hex

#B65DDC
(182,93,220)
0 Favorites   0 Comments

Color spaces of #b65ddc

RGB 18293220
HSL0.780.640.61
HSV282°58°86°
CMYK 0.170.580.00   0.14
XYZ36.124022.941170.2343
Yxy22.94110.27940.1774
Hunter Lab47.896950.8059-53.4130
CIE-Lab55.011656.0938-50.3725

#b65ddc color RGB value is (182,93,220).

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

The process color (four color CMYK) of #b65ddc color hex is 0.17, 0.58, 0.00, 0.14. Web safe color of #b65ddc is #cc66cc. Color #b65ddc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01011101 11011100
Octal 266 135 334
Decimal 182 93 220
Hex B6 5D DC

RGB Percentages of Color #b65ddc

%36.77
%18.79
%44.44

CMYK Percentages of Color #b65ddc

%17
%58
%0
%14

Triadic Colors of #b65ddc

#b65ddc #dcb65d #5ddcb6

Analogous Colors of #b65ddc

#b65ddc #dc5dc3 #775ddc

Monochromatic Colors of #b65ddc

#b65ddc

Complementary Color

#b65ddc #83dc5d

#b65ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b65ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b65ddc Color CSS Codes

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

#b65ddc Text Font Color

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

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


#b65ddc Background Color

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

This div background color is #b65ddc


#b65ddc Border Color

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

This div border color is #b65ddc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,93,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b65ddc


Comments

No comments written yet.

Please login to write comment.