Color Hex Logo

#b642ed Color Hex

#B642ED
(182,66,237)
0 Favorites   0 Comments

Color spaces of #b642ed

RGB 18266237
HSL0.780.830.59
HSV281°72°93°
CMYK 0.230.720.00   0.07
XYZ36.525719.955982.0475
Yxy19.95590.26370.1441
Hunter Lab44.672067.7729-77.6254
CIE-Lab51.787371.3292-65.1227

#b642ed color RGB value is (182,66,237).

#b642ed hex color red value is 182, green value is 66 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #b642ed hue: 0.78 , saturation: 0.83 and the lightness value of b642ed is 0.59.

The process color (four color CMYK) of #b642ed color hex is 0.23, 0.72, 0.00, 0.07. Web safe color of #b642ed is #cc33ff. Color #b642ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01000010 11101101
Octal 266 102 355
Decimal 182 66 237
Hex B6 42 ED

RGB Percentages of Color #b642ed

%37.53
%13.61
%48.87

CMYK Percentages of Color #b642ed

%23
%72
%0
%7

Triadic Colors of #b642ed

#b642ed #edb642 #42edb6

Analogous Colors of #b642ed

#b642ed #ed42cf #6042ed

Monochromatic Colors of #b642ed

#b642ed

Complementary Color

#b642ed #79ed42

#b642ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b642ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#b642ed Color CSS Codes

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

#b642ed Text Font Color

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

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


#b642ed Background Color

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

This div background color is #b642ed


#b642ed Border Color

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

This div border color is #b642ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b642ed


Comments

No comments written yet.

Please login to write comment.