Color Hex Logo

#b242d0 Color Hex

#B242D0
(178,66,208)
0 Favorites   0 Comments

Color spaces of #b242d0

RGB 17866208
HSL0.800.600.54
HSV287°68°82°
CMYK 0.140.680.00   0.18
XYZ31.693517.915561.4621
Yxy17.91550.28530.1613
Hunter Lab42.326759.5860-56.4656
CIE-Lab49.393564.8530-52.5424

#b242d0 color RGB value is (178,66,208).

#b242d0 hex color red value is 178, green value is 66 and the blue value of its RGB is 208. Cylindrical-coordinate representations (also known as HSL) of color #b242d0 hue: 0.80 , saturation: 0.60 and the lightness value of b242d0 is 0.54.

The process color (four color CMYK) of #b242d0 color hex is 0.14, 0.68, 0.00, 0.18. Web safe color of #b242d0 is #9933cc. Color #b242d0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01000010 11010000
Octal 262 102 320
Decimal 178 66 208
Hex B2 42 D0

RGB Percentages of Color #b242d0

%39.38
%14.60
%46.02

CMYK Percentages of Color #b242d0

%14
%68
%0
%18

Triadic Colors of #b242d0

#b242d0 #d0b242 #42d0b2

Analogous Colors of #b242d0

#b242d0 #d042a7 #6b42d0

Monochromatic Colors of #b242d0

#b242d0

Complementary Color

#b242d0 #60d042

#b242d0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b242d0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b242d0 Color CSS Codes

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

#b242d0 Text Font Color

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

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


#b242d0 Background Color

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

This div background color is #b242d0


#b242d0 Border Color

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

This div border color is #b242d0


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,66,208, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b242d0


Comments

No comments written yet.

Please login to write comment.