Color Hex Logo

#b228cf Color Hex

#B228CF
(178,40,207)
0 Favorites   0 Comments

Color spaces of #b228cf

RGB 17840207
HSL0.800.680.48
HSV290°81°81°
CMYK 0.140.810.00   0.19
XYZ30.381415.487660.4196
Yxy15.48760.28580.1457
Hunter Lab39.354368.9315-63.4784
CIE-Lab46.294973.3564-56.9448

#b228cf color RGB value is (178,40,207).

#b228cf hex color red value is 178, green value is 40 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #b228cf hue: 0.80 , saturation: 0.68 and the lightness value of b228cf is 0.48.

The process color (four color CMYK) of #b228cf color hex is 0.14, 0.81, 0.00, 0.19. Web safe color of #b228cf is #9933cc. Color #b228cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00101000 11001111
Octal 262 50 317
Decimal 178 40 207
Hex B2 28 CF

RGB Percentages of Color #b228cf

%41.88
%9.41
%48.71

CMYK Percentages of Color #b228cf

%14
%81
%0
%19

Triadic Colors of #b228cf

#b228cf #cfb228 #28cfb2

Analogous Colors of #b228cf

#b228cf #cf2899 #5e28cf

Monochromatic Colors of #b228cf

#b228cf

Complementary Color

#b228cf #45cf28

#b228cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b228cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b228cf Color CSS Codes

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

#b228cf Text Font Color

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

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


#b228cf Background Color

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

This div background color is #b228cf


#b228cf Border Color

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

This div border color is #b228cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b228cf


Comments

No comments written yet.

Please login to write comment.