Color Hex Logo

#b75ddd Color Hex

#B75DDD
(183,93,221)
0 Favorites   0 Comments

Color spaces of #b75ddd

RGB 18393221
HSL0.780.650.62
HSV282°58°87°
CMYK 0.170.580.00   0.13
XYZ36.493923.116470.9451
Yxy23.11640.27950.1771
Hunter Lab48.079551.3481-53.8314
CIE-Lab55.192056.5481-50.6425

#b75ddd color RGB value is (183,93,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 01011101 11011101
Octal 267 135 335
Decimal 183 93 221
Hex B7 5D DD

RGB Percentages of Color #b75ddd

%36.82
%18.71
%44.47

CMYK Percentages of Color #b75ddd

%17
%58
%0
%13

Triadic Colors of #b75ddd

#b75ddd #ddb75d #5dddb7

Analogous Colors of #b75ddd

#b75ddd #dd5dc3 #775ddd

Monochromatic Colors of #b75ddd

#b75ddd

Complementary Color

#b75ddd #83dd5d

#b75ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b75ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b75ddd Color CSS Codes

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

#b75ddd Text Font Color

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

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


#b75ddd Background Color

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

This div background color is #b75ddd


#b75ddd Border Color

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

This div border color is #b75ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b75ddd


Comments

No comments written yet.

Please login to write comment.