Color Hex Logo

#b074dd Color Hex

#B074DD
(176,116,221)
0 Favorites   0 Comments

Color spaces of #b074dd

RGB 176116221
HSL0.760.610.66
HSV274°48°87°
CMYK 0.200.480.00   0.13
XYZ37.201026.941371.6461
Yxy26.94130.27400.1984
Hunter Lab51.905037.0995-45.5063
CIE-Lab58.920042.8116-44.7842

#b074dd color RGB value is (176,116,221).

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

The process color (four color CMYK) of #b074dd color hex is 0.20, 0.48, 0.00, 0.13. Web safe color of #b074dd is #9966cc. Color #b074dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01110100 11011101
Octal 260 164 335
Decimal 176 116 221
Hex B0 74 DD

RGB Percentages of Color #b074dd

%34.31
%22.61
%43.08

CMYK Percentages of Color #b074dd

%20
%48
%0
%13

Triadic Colors of #b074dd

#b074dd #ddb074 #74ddb0

Analogous Colors of #b074dd

#b074dd #dd74d6 #7c74dd

Monochromatic Colors of #b074dd

#b074dd

Complementary Color

#b074dd #a1dd74

#b074dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b074dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b074dd Color CSS Codes

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

#b074dd Text Font Color

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

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


#b074dd Background Color

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

This div background color is #b074dd


#b074dd Border Color

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

This div border color is #b074dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b074dd


Comments

No comments written yet.

Please login to write comment.