Color Hex Logo

#b762dd Color Hex

#B762DD
(183,98,221)
0 Favorites   0 Comments

Color spaces of #b762dd

RGB 18398221
HSL0.780.640.63
HSV281°56°87°
CMYK 0.170.560.00   0.13
XYZ36.947324.023171.0962
Yxy24.02310.27980.1819
Hunter Lab49.013448.7836-51.6936
CIE-Lab56.110954.0863-49.1812

#b762dd color RGB value is (183,98,221).

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

The process color (four color CMYK) of #b762dd color hex is 0.17, 0.56, 0.00, 0.13. Web safe color of #b762dd is #cc66cc. Color #b762dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01100010 11011101
Octal 267 142 335
Decimal 183 98 221
Hex B7 62 DD

RGB Percentages of Color #b762dd

%36.45
%19.52
%44.02

CMYK Percentages of Color #b762dd

%17
%56
%0
%13

Triadic Colors of #b762dd

#b762dd #ddb762 #62ddb7

Analogous Colors of #b762dd

#b762dd #dd62c6 #7a62dd

Monochromatic Colors of #b762dd

#b762dd

Complementary Color

#b762dd #88dd62

#b762dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b762dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b762dd Color CSS Codes

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

#b762dd Text Font Color

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

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


#b762dd Background Color

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

This div background color is #b762dd


#b762dd Border Color

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

This div border color is #b762dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b762dd

#b762dd Color Palettes


Comments

No comments written yet.

Please login to write comment.