Color Hex Logo

#b229dd Color Hex

#B229DD
(178,41,221)
0 Favorites   0 Comments

Color spaces of #b229dd

RGB 17841221
HSL0.790.730.51
HSV286°81°87°
CMYK 0.190.810.00   0.13
XYZ32.204216.271369.8499
Yxy16.27130.27220.1375
Hunter Lab40.337771.9171-74.4318
CIE-Lab47.328475.6064-63.3036

#b229dd color RGB value is (178,41,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 00101001 11011101
Octal 262 51 335
Decimal 178 41 221
Hex B2 29 DD

RGB Percentages of Color #b229dd

%40.45
%9.32
%50.23

CMYK Percentages of Color #b229dd

%19
%81
%0
%13

Triadic Colors of #b229dd

#b229dd #ddb229 #29ddb2

Analogous Colors of #b229dd

#b229dd #dd29ae #5829dd

Monochromatic Colors of #b229dd

#b229dd

Complementary Color

#b229dd #54dd29

#b229dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b229dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b229dd Color CSS Codes

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

#b229dd Text Font Color

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

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


#b229dd Background Color

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

This div background color is #b229dd


#b229dd Border Color

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

This div border color is #b229dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b229dd


Comments

No comments written yet.

Please login to write comment.