Color Hex Logo

#b672ea Color Hex

#B672EA
(182,114,234)
0 Favorites   0 Comments

Color spaces of #b672ea

RGB 182114234
HSL0.760.740.68
HSV274°51°92°
CMYK 0.220.510.00   0.08
XYZ40.160027.920281.1144
Yxy27.92020.26920.1871
Hunter Lab52.839643.1973-54.0288
CIE-Lab59.816648.3977-50.5866

#b672ea color RGB value is (182,114,234).

#b672ea hex color red value is 182, green value is 114 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #b672ea hue: 0.76 , saturation: 0.74 and the lightness value of b672ea is 0.68.

The process color (four color CMYK) of #b672ea color hex is 0.22, 0.51, 0.00, 0.08. Web safe color of #b672ea is #cc66ff. Color #b672ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01110010 11101010
Octal 266 162 352
Decimal 182 114 234
Hex B6 72 EA

RGB Percentages of Color #b672ea

%34.34
%21.51
%44.15

CMYK Percentages of Color #b672ea

%22
%51
%0
%8

Triadic Colors of #b672ea

#b672ea #eab672 #72eab6

Analogous Colors of #b672ea

#b672ea #ea72e2 #7a72ea

Monochromatic Colors of #b672ea

#b672ea

Complementary Color

#b672ea #a6ea72

#b672ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b672ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b672ea Color CSS Codes

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

#b672ea Text Font Color

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

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


#b672ea Background Color

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

This div background color is #b672ea


#b672ea Border Color

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

This div border color is #b672ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b672ea


Comments

No comments written yet.

Please login to write comment.