Color Hex Logo

#b835be Color Hex

#B835BE
(184,53,190)
0 Favorites   0 Comments

Color spaces of #b835be

RGB 18453190
HSL0.830.560.48
HSV297°72°75°
CMYK 0.030.720.00   0.25
XYZ30.334516.454350.2924
Yxy16.45430.31250.1695
Hunter Lab40.563962.4991-45.1149
CIE-Lab47.565067.7061-45.0057

#b835be color RGB value is (184,53,190).

#b835be hex color red value is 184, green value is 53 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b835be hue: 0.83 , saturation: 0.56 and the lightness value of b835be is 0.48.

The process color (four color CMYK) of #b835be color hex is 0.03, 0.72, 0.00, 0.25. Web safe color of #b835be is #cc33cc. Color #b835be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00110101 10111110
Octal 270 65 276
Decimal 184 53 190
Hex B8 35 BE

RGB Percentages of Color #b835be

%43.09
%12.41
%44.50

CMYK Percentages of Color #b835be

%3
%72
%0
%25

Triadic Colors of #b835be

#b835be #beb835 #35beb8

Analogous Colors of #b835be

#b835be #be3580 #7435be

Monochromatic Colors of #b835be

#b835be

Complementary Color

#b835be #3bbe35

#b835be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b835be Color Preview on White Background

Lorem ipsum dolor sit amet.

#b835be Color CSS Codes

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

#b835be Text Font Color

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

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


#b835be Background Color

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

This div background color is #b835be


#b835be Border Color

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

This div border color is #b835be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b835be


Comments

No comments written yet.

Please login to write comment.