Color Hex Logo

#bd62da Color Hex

#BD62DA
(189,98,218)
0 Favorites   0 Comments

Color spaces of #bd62da

RGB 18998218
HSL0.790.620.62
HSV286°55°85°
CMYK 0.130.550.00   0.15
XYZ38.008824.616169.0778
Yxy24.61610.28860.1869
Hunter Lab49.614649.9198-47.8185
CIE-Lab56.699455.0112-46.5087

#bd62da color RGB value is (189,98,218).

#bd62da hex color red value is 189, green value is 98 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #bd62da hue: 0.79 , saturation: 0.62 and the lightness value of bd62da is 0.62.

The process color (four color CMYK) of #bd62da color hex is 0.13, 0.55, 0.00, 0.15. Web safe color of #bd62da is #cc66cc. Color #bd62da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01100010 11011010
Octal 275 142 332
Decimal 189 98 218
Hex BD 62 DA

RGB Percentages of Color #bd62da

%37.43
%19.41
%43.17

CMYK Percentages of Color #bd62da

%13
%55
%0
%15

Triadic Colors of #bd62da

#bd62da #dabd62 #62dabd

Analogous Colors of #bd62da

#bd62da #da62bb #8162da

Monochromatic Colors of #bd62da

#bd62da

Complementary Color

#bd62da #7fda62

#bd62da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd62da Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd62da Color CSS Codes

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

#bd62da Text Font Color

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

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


#bd62da Background Color

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

This div background color is #bd62da


#bd62da Border Color

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

This div border color is #bd62da


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(189,98,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bd62da; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bd62da;
  -webkit-box-shadow: 1px 1px 3px 2px #bd62da;
  box-shadow:         1px 1px 3px 2px #bd62da; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,98,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd62da


Comments

No comments written yet.

Please login to write comment.