Color Hex Logo

#b275d4 Color Hex

#B275D4
(178,117,212)
0 Favorites   0 Comments

Color spaces of #b275d4

RGB 178117212
HSL0.770.520.65
HSV279°45°83°
CMYK 0.160.450.00   0.17
XYZ36.605126.941065.5582
Yxy26.94100.28350.2087
Hunter Lab51.904735.0514-38.5529
CIE-Lab58.919740.8495-39.7110

#b275d4 color RGB value is (178,117,212).

#b275d4 hex color red value is 178, green value is 117 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #b275d4 hue: 0.77 , saturation: 0.52 and the lightness value of b275d4 is 0.65.

The process color (four color CMYK) of #b275d4 color hex is 0.16, 0.45, 0.00, 0.17. Web safe color of #b275d4 is #9966cc. Color #b275d4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01110101 11010100
Octal 262 165 324
Decimal 178 117 212
Hex B2 75 D4

RGB Percentages of Color #b275d4

%35.11
%23.08
%41.81

CMYK Percentages of Color #b275d4

%16
%45
%0
%17

Triadic Colors of #b275d4

#b275d4 #d4b275 #75d4b2

Analogous Colors of #b275d4

#b275d4 #d475c7 #8375d4

Monochromatic Colors of #b275d4

#b275d4

Complementary Color

#b275d4 #97d475

#b275d4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b275d4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b275d4 Color CSS Codes

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

#b275d4 Text Font Color

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

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


#b275d4 Background Color

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

This div background color is #b275d4


#b275d4 Border Color

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

This div border color is #b275d4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b275d4


Comments

No comments written yet.

Please login to write comment.