Color Hex Logo

#b035dd Color Hex

#B035DD
(176,53,221)
0 Favorites   0 Comments

Color spaces of #b035dd

RGB 17653221
HSL0.790.710.54
HSV284°76°87°
CMYK 0.200.760.00   0.13
XYZ32.228716.996869.9887
Yxy16.99680.27030.1426
Hunter Lab41.227267.3920-71.7938
CIE-Lab48.256071.6966-61.8185

#b035dd color RGB value is (176,53,221).

#b035dd hex color red value is 176, green value is 53 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b035dd hue: 0.79 , saturation: 0.71 and the lightness value of b035dd is 0.54.

The process color (four color CMYK) of #b035dd color hex is 0.20, 0.76, 0.00, 0.13. Web safe color of #b035dd is #9933cc. Color #b035dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00110101 11011101
Octal 260 65 335
Decimal 176 53 221
Hex B0 35 DD

RGB Percentages of Color #b035dd

%39.11
%11.78
%49.11

CMYK Percentages of Color #b035dd

%20
%76
%0
%13

Triadic Colors of #b035dd

#b035dd #ddb035 #35ddb0

Analogous Colors of #b035dd

#b035dd #dd35b6 #5c35dd

Monochromatic Colors of #b035dd

#b035dd

Complementary Color

#b035dd #62dd35

#b035dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b035dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b035dd Color CSS Codes

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

#b035dd Text Font Color

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

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


#b035dd Background Color

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

This div background color is #b035dd


#b035dd Border Color

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

This div border color is #b035dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b035dd


Comments

No comments written yet.

Please login to write comment.