Color Hex Logo

#b238dd Color Hex

#B238DD
(178,56,221)
0 Favorites   0 Comments

Color spaces of #b238dd

RGB 17856221
HSL0.790.710.54
HSV284°75°87°
CMYK 0.190.750.00   0.13
XYZ32.825417.513870.0570
Yxy17.51380.27260.1455
Hunter Lab41.849566.7731-69.9582
CIE-Lab48.901071.0550-60.7625

#b238dd color RGB value is (178,56,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 00111000 11011101
Octal 262 70 335
Decimal 178 56 221
Hex B2 38 DD

RGB Percentages of Color #b238dd

%39.12
%12.31
%48.57

CMYK Percentages of Color #b238dd

%19
%75
%0
%13

Triadic Colors of #b238dd

#b238dd #ddb238 #38ddb2

Analogous Colors of #b238dd

#b238dd #dd38b6 #5f38dd

Monochromatic Colors of #b238dd

#b238dd

Complementary Color

#b238dd #63dd38

#b238dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b238dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b238dd Color CSS Codes

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

#b238dd Text Font Color

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

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


#b238dd Background Color

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

This div background color is #b238dd


#b238dd Border Color

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

This div border color is #b238dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b238dd


Comments

No comments written yet.

Please login to write comment.