Color Hex Logo

#b874dd Color Hex

#B874DD
(184,116,221)
0 Favorites   0 Comments

Color spaces of #b874dd

RGB 184116221
HSL0.770.610.66
HSV279°48°87°
CMYK 0.170.480.00   0.13
XYZ39.063727.901671.7333
Yxy27.90160.28160.2012
Hunter Lab52.822039.5686-43.5416
CIE-Lab59.799745.0247-43.3379

#b874dd color RGB value is (184,116,221).

#b874dd hex color red value is 184, green value is 116 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b874dd hue: 0.77 , saturation: 0.61 and the lightness value of b874dd is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01110100 11011101
Octal 270 164 335
Decimal 184 116 221
Hex B8 74 DD

RGB Percentages of Color #b874dd

%35.32
%22.26
%42.42

CMYK Percentages of Color #b874dd

%17
%48
%0
%13

Triadic Colors of #b874dd

#b874dd #ddb874 #74ddb8

Analogous Colors of #b874dd

#b874dd #dd74ce #8474dd

Monochromatic Colors of #b874dd

#b874dd

Complementary Color

#b874dd #99dd74

#b874dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b874dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b874dd Color CSS Codes

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

#b874dd Text Font Color

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

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


#b874dd Background Color

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

This div background color is #b874dd


#b874dd Border Color

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

This div border color is #b874dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b874dd


Comments

No comments written yet.

Please login to write comment.