Color Hex Logo

#b230dd Color Hex

#B230DD
(178,48,221)
0 Favorites   0 Comments

Color spaces of #b230dd

RGB 17848221
HSL0.790.720.53
HSV285°78°87°
CMYK 0.190.780.00   0.13
XYZ32.468216.799369.9379
Yxy16.79930.27240.1409
Hunter Lab40.986969.6733-72.4784
CIE-Lab48.006273.6351-62.2075

#b230dd color RGB value is (178,48,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 00110000 11011101
Octal 262 60 335
Decimal 178 48 221
Hex B2 30 DD

RGB Percentages of Color #b230dd

%39.82
%10.74
%49.44

CMYK Percentages of Color #b230dd

%19
%78
%0
%13

Triadic Colors of #b230dd

#b230dd #ddb230 #30ddb2

Analogous Colors of #b230dd

#b230dd #dd30b2 #5b30dd

Monochromatic Colors of #b230dd

#b230dd

Complementary Color

#b230dd #5bdd30

#b230dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b230dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b230dd Color CSS Codes

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

#b230dd Text Font Color

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

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


#b230dd Background Color

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

This div background color is #b230dd


#b230dd Border Color

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

This div border color is #b230dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b230dd


Comments

No comments written yet.

Please login to write comment.