Color Hex Logo

#b230be Color Hex

#B230BE
(178,48,190)
0 Favorites   0 Comments

Color spaces of #b230be

RGB 17848190
HSL0.820.600.47
HSV295°75°75°
CMYK 0.060.750.00   0.25
XYZ28.711315.296650.1545
Yxy15.29660.30490.1624
Hunter Lab39.110962.5929-48.6540
CIE-Lab46.037868.0821-47.4973

#b230be color RGB value is (178,48,190).

#b230be hex color red value is 178, green value is 48 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b230be hue: 0.82 , saturation: 0.60 and the lightness value of b230be is 0.47.

The process color (four color CMYK) of #b230be color hex is 0.06, 0.75, 0.00, 0.25. Web safe color of #b230be is #9933cc. Color #b230be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00110000 10111110
Octal 262 60 276
Decimal 178 48 190
Hex B2 30 BE

RGB Percentages of Color #b230be

%42.79
%11.54
%45.67

CMYK Percentages of Color #b230be

%6
%75
%0
%25

Triadic Colors of #b230be

#b230be #beb230 #30beb2

Analogous Colors of #b230be

#b230be #be3083 #6b30be

Monochromatic Colors of #b230be

#b230be

Complementary Color

#b230be #3cbe30

#b230be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b230be Color Preview on White Background

Lorem ipsum dolor sit amet.

#b230be Color CSS Codes

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

#b230be Text Font Color

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

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


#b230be Background Color

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

This div background color is #b230be


#b230be Border Color

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

This div border color is #b230be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b230be


Comments

No comments written yet.

Please login to write comment.