Color Hex Logo

#b638da Color Hex

#B638DA
(182,56,218)
0 Favorites   0 Comments

Color spaces of #b638da

RGB 18256218
HSL0.800.690.54
HSV287°74°85°
CMYK 0.170.740.00   0.15
XYZ33.360517.835468.0139
Yxy17.83540.27980.1496
Hunter Lab42.232067.0974-65.9232
CIE-Lab49.295971.2490-58.3867

#b638da color RGB value is (182,56,218).

#b638da hex color red value is 182, green value is 56 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #b638da hue: 0.80 , saturation: 0.69 and the lightness value of b638da is 0.54.

The process color (four color CMYK) of #b638da color hex is 0.17, 0.74, 0.00, 0.15. Web safe color of #b638da is #cc33cc. Color #b638da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00111000 11011010
Octal 266 70 332
Decimal 182 56 218
Hex B6 38 DA

RGB Percentages of Color #b638da

%39.91
%12.28
%47.81

CMYK Percentages of Color #b638da

%17
%74
%0
%15

Triadic Colors of #b638da

#b638da #dab638 #38dab6

Analogous Colors of #b638da

#b638da #da38ad #6538da

Monochromatic Colors of #b638da

#b638da

Complementary Color

#b638da #5cda38

#b638da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b638da Color Preview on White Background

Lorem ipsum dolor sit amet.

#b638da Color CSS Codes

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

#b638da Text Font Color

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

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


#b638da Background Color

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

This div background color is #b638da


#b638da Border Color

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

This div border color is #b638da


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,56,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b638da">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b638da


Comments

No comments written yet.

Please login to write comment.