Color Hex Logo

#b225dd Color Hex

#B225DD
(178,37,221)
0 Favorites   0 Comments

Color spaces of #b225dd

RGB 17837221
HSL0.790.730.51
HSV286°83°87°
CMYK 0.190.830.00   0.13
XYZ32.072816.008669.8062
Yxy16.00860.27210.1358
Hunter Lab40.010773.0676-75.4349
CIE-Lab46.985876.6087-63.8584

#b225dd color RGB value is (178,37,221).

#b225dd hex color red value is 178, green value is 37 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b225dd hue: 0.79 , saturation: 0.73 and the lightness value of b225dd is 0.51.

The process color (four color CMYK) of #b225dd color hex is 0.19, 0.83, 0.00, 0.13. Web safe color of #b225dd is #9933cc. Color #b225dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00100101 11011101
Octal 262 45 335
Decimal 178 37 221
Hex B2 25 DD

RGB Percentages of Color #b225dd

%40.83
%8.49
%50.69

CMYK Percentages of Color #b225dd

%19
%83
%0
%13

Triadic Colors of #b225dd

#b225dd #ddb225 #25ddb2

Analogous Colors of #b225dd

#b225dd #dd25ac #5625dd

Monochromatic Colors of #b225dd

#b225dd

Complementary Color

#b225dd #50dd25

#b225dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b225dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b225dd Color CSS Codes

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

#b225dd Text Font Color

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

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


#b225dd Background Color

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

This div background color is #b225dd


#b225dd Border Color

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

This div border color is #b225dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b225dd


Comments

No comments written yet.

Please login to write comment.