Color Hex Logo

#bb38ea Color Hex

#BB38EA
(187,56,234)
0 Favorites   0 Comments

Color spaces of #bb38ea

RGB 18756234
HSL0.790.810.57
HSV284°76°92°
CMYK 0.200.760.00   0.08
XYZ36.759019.333779.6363
Yxy19.33370.27080.1424
Hunter Lab43.970172.2783-76.6038
CIE-Lab51.075475.1703-64.5496

#bb38ea color RGB value is (187,56,234).

#bb38ea hex color red value is 187, green value is 56 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #bb38ea hue: 0.79 , saturation: 0.81 and the lightness value of bb38ea is 0.57.

The process color (four color CMYK) of #bb38ea color hex is 0.20, 0.76, 0.00, 0.08. Web safe color of #bb38ea is #cc33ff. Color #bb38ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00111000 11101010
Octal 273 70 352
Decimal 187 56 234
Hex BB 38 EA

RGB Percentages of Color #bb38ea

%39.20
%11.74
%49.06

CMYK Percentages of Color #bb38ea

%20
%76
%0
%8

Triadic Colors of #bb38ea

#bb38ea #eabb38 #38eabb

Analogous Colors of #bb38ea

#bb38ea #ea38c0 #6238ea

Monochromatic Colors of #bb38ea

#bb38ea

Complementary Color

#bb38ea #67ea38

#bb38ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb38ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb38ea Color CSS Codes

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

#bb38ea Text Font Color

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

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


#bb38ea Background Color

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

This div background color is #bb38ea


#bb38ea Border Color

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

This div border color is #bb38ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,56,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 #bb38ea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb38ea


Comments

No comments written yet.

Please login to write comment.