Color Hex Logo

#b635ce Color Hex

#B635CE
(182,53,206)
0 Favorites   0 Comments

Color spaces of #b635ce

RGB 18253206
HSL0.810.610.51
HSV291°74°81°
CMYK 0.120.740.00   0.19
XYZ31.705116.947559.9927
Yxy16.94750.29180.1560
Hunter Lab41.167365.4292-57.5855
CIE-Lab48.193870.0662-53.2828

#b635ce color RGB value is (182,53,206).

#b635ce hex color red value is 182, green value is 53 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b635ce hue: 0.81 , saturation: 0.61 and the lightness value of b635ce is 0.51.

The process color (four color CMYK) of #b635ce color hex is 0.12, 0.74, 0.00, 0.19. Web safe color of #b635ce is #cc33cc. Color #b635ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00110101 11001110
Octal 266 65 316
Decimal 182 53 206
Hex B6 35 CE

RGB Percentages of Color #b635ce

%41.27
%12.02
%46.71

CMYK Percentages of Color #b635ce

%12
%74
%0
%19

Triadic Colors of #b635ce

#b635ce #ceb635 #35ceb6

Analogous Colors of #b635ce

#b635ce #ce359a #6a35ce

Monochromatic Colors of #b635ce

#b635ce

Complementary Color

#b635ce #4dce35

#b635ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b635ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b635ce Color CSS Codes

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

#b635ce Text Font Color

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

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


#b635ce Background Color

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

This div background color is #b635ce


#b635ce Border Color

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

This div border color is #b635ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,53,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b635ce


Comments

No comments written yet.

Please login to write comment.