Color Hex Logo

#b242da Color Hex

#B242DA
(178,66,218)
0 Favorites   0 Comments

Color spaces of #b242da

RGB 17866218
HSL0.790.670.56
HSV284°70°85°
CMYK 0.180.700.00   0.15
XYZ32.963218.423468.1484
Yxy18.42340.27580.1541
Hunter Lab42.922561.9684-64.0895
CIE-Lab50.005766.7838-57.2755

#b242da color RGB value is (178,66,218).

#b242da hex color red value is 178, green value is 66 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #b242da hue: 0.79 , saturation: 0.67 and the lightness value of b242da is 0.56.

The process color (four color CMYK) of #b242da color hex is 0.18, 0.70, 0.00, 0.15. Web safe color of #b242da is #9933cc. Color #b242da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01000010 11011010
Octal 262 102 332
Decimal 178 66 218
Hex B2 42 DA

RGB Percentages of Color #b242da

%38.53
%14.29
%47.19

CMYK Percentages of Color #b242da

%18
%70
%0
%15

Triadic Colors of #b242da

#b242da #dab242 #42dab2

Analogous Colors of #b242da

#b242da #da42b6 #6642da

Monochromatic Colors of #b242da

#b242da

Complementary Color

#b242da #6ada42

#b242da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b242da Color Preview on White Background

Lorem ipsum dolor sit amet.

#b242da Color CSS Codes

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

#b242da Text Font Color

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

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


#b242da Background Color

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

This div background color is #b242da


#b242da Border Color

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

This div border color is #b242da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b242da


Comments

No comments written yet.

Please login to write comment.