Color Hex Logo

#b62ddd Color Hex

#B62DDD
(182,45,221)
0 Favorites   0 Comments

Color spaces of #b62ddd

RGB 18245221
HSL0.800.720.52
HSV287°80°87°
CMYK 0.180.800.00   0.13
XYZ33.280917.042369.9420
Yxy17.04230.27670.1417
Hunter Lab41.282371.6587-71.5536
CIE-Lab48.313375.2035-61.6813

#b62ddd color RGB value is (182,45,221).

#b62ddd hex color red value is 182, green value is 45 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b62ddd hue: 0.80 , saturation: 0.72 and the lightness value of b62ddd is 0.52.

The process color (four color CMYK) of #b62ddd color hex is 0.18, 0.80, 0.00, 0.13. Web safe color of #b62ddd is #cc33cc. Color #b62ddd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00101101 11011101
Octal 266 55 335
Decimal 182 45 221
Hex B6 2D DD

RGB Percentages of Color #b62ddd

%40.63
%10.04
%49.33

CMYK Percentages of Color #b62ddd

%18
%80
%0
%13

Triadic Colors of #b62ddd

#b62ddd #ddb62d #2dddb6

Analogous Colors of #b62ddd

#b62ddd #dd2dac #5e2ddd

Monochromatic Colors of #b62ddd

#b62ddd

Complementary Color

#b62ddd #54dd2d

#b62ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b62ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b62ddd Color CSS Codes

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

#b62ddd Text Font Color

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

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


#b62ddd Background Color

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

This div background color is #b62ddd


#b62ddd Border Color

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

This div border color is #b62ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b62ddd


Comments

No comments written yet.

Please login to write comment.