Color Hex Logo

#b633cd Color Hex

#B633CD
(182,51,205)
0 Favorites   0 Comments

Color spaces of #b633cd

RGB 18251205
HSL0.810.610.50
HSV291°75°80°
CMYK 0.110.750.00   0.20
XYZ31.494716.720559.3250
Yxy16.72050.29290.1555
Hunter Lab40.890765.9249-57.3955
CIE-Lab47.905970.5384-53.1687

#b633cd color RGB value is (182,51,205).

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

The process color (four color CMYK) of #b633cd color hex is 0.11, 0.75, 0.00, 0.20. Web safe color of #b633cd is #cc33cc. Color #b633cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00110011 11001101
Octal 266 63 315
Decimal 182 51 205
Hex B6 33 CD

RGB Percentages of Color #b633cd

%41.55
%11.64
%46.80

CMYK Percentages of Color #b633cd

%11
%75
%0
%20

Triadic Colors of #b633cd

#b633cd #cdb633 #33cdb6

Analogous Colors of #b633cd

#b633cd #cd3397 #6933cd

Monochromatic Colors of #b633cd

#b633cd

Complementary Color

#b633cd #4acd33

#b633cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b633cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b633cd Color CSS Codes

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

#b633cd Text Font Color

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

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


#b633cd Background Color

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

This div background color is #b633cd


#b633cd Border Color

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

This div border color is #b633cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b633cd


Comments

No comments written yet.

Please login to write comment.