Color Hex Logo

#b675ec Color Hex

#B675EC
(182,117,236)
0 Favorites   0 Comments

Color spaces of #b675ec

RGB 182117236
HSL0.760.760.69
HSV273°50°93°
CMYK 0.230.500.00   0.07
XYZ40.793028.723882.7511
Yxy28.72380.26790.1886
Hunter Lab53.594642.0730-54.0287
CIE-Lab60.537147.2531-50.5556

#b675ec color RGB value is (182,117,236).

#b675ec hex color red value is 182, green value is 117 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #b675ec hue: 0.76 , saturation: 0.76 and the lightness value of b675ec is 0.69.

The process color (four color CMYK) of #b675ec color hex is 0.23, 0.50, 0.00, 0.07. Web safe color of #b675ec is #cc66ff. Color #b675ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01110101 11101100
Octal 266 165 354
Decimal 182 117 236
Hex B6 75 EC

RGB Percentages of Color #b675ec

%34.02
%21.87
%44.11

CMYK Percentages of Color #b675ec

%23
%50
%0
%7

Triadic Colors of #b675ec

#b675ec #ecb675 #75ecb6

Analogous Colors of #b675ec

#b675ec #ec75e7 #7b75ec

Monochromatic Colors of #b675ec

#b675ec

Complementary Color

#b675ec #abec75

#b675ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b675ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b675ec Color CSS Codes

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

#b675ec Text Font Color

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

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


#b675ec Background Color

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

This div background color is #b675ec


#b675ec Border Color

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

This div border color is #b675ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b675ec


Comments

No comments written yet.

Please login to write comment.