Color Hex Logo

#bd62cd Color Hex

#BD62CD
(189,98,205)
0 Favorites   0 Comments

Color spaces of #bd62cd

RGB 18998205
HSL0.810.520.59
HSV291°52°80°
CMYK 0.080.520.00   0.20
XYZ36.373423.962060.4656
Yxy23.96200.30110.1984
Hunter Lab48.951046.9715-38.9709
CIE-Lab56.049752.4508-40.1679

#bd62cd color RGB value is (189,98,205).

#bd62cd hex color red value is 189, green value is 98 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #bd62cd hue: 0.81 , saturation: 0.52 and the lightness value of bd62cd is 0.59.

The process color (four color CMYK) of #bd62cd color hex is 0.08, 0.52, 0.00, 0.20. Web safe color of #bd62cd is #cc66cc. Color #bd62cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01100010 11001101
Octal 275 142 315
Decimal 189 98 205
Hex BD 62 CD

RGB Percentages of Color #bd62cd

%38.41
%19.92
%41.67

CMYK Percentages of Color #bd62cd

%8
%52
%0
%20

Triadic Colors of #bd62cd

#bd62cd #cdbd62 #62cdbd

Analogous Colors of #bd62cd

#bd62cd #cd62a8 #8862cd

Monochromatic Colors of #bd62cd

#bd62cd

Complementary Color

#bd62cd #72cd62

#bd62cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd62cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd62cd Color CSS Codes

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

#bd62cd Text Font Color

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

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


#bd62cd Background Color

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

This div background color is #bd62cd


#bd62cd Border Color

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

This div border color is #bd62cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd62cd


Comments

No comments written yet.

Please login to write comment.