Color Hex Logo

#bd62ee Color Hex

#BD62EE
(189,98,238)
0 Favorites   0 Comments

Color spaces of #bd62ee

RGB 18998238
HSL0.780.800.66
HSV279°59°93°
CMYK 0.210.590.00   0.07
XYZ40.786625.727283.7051
Yxy25.72720.27150.1713
Hunter Lab50.722054.7721-62.3393
CIE-Lab57.777259.1294-56.0128

#bd62ee color RGB value is (189,98,238).

#bd62ee hex color red value is 189, green value is 98 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #bd62ee hue: 0.78 , saturation: 0.80 and the lightness value of bd62ee is 0.66.

The process color (four color CMYK) of #bd62ee color hex is 0.21, 0.59, 0.00, 0.07. Web safe color of #bd62ee is #cc66ff. Color #bd62ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01100010 11101110
Octal 275 142 356
Decimal 189 98 238
Hex BD 62 EE

RGB Percentages of Color #bd62ee

%36.00
%18.67
%45.33

CMYK Percentages of Color #bd62ee

%21
%59
%0
%7

Triadic Colors of #bd62ee

#bd62ee #eebd62 #62eebd

Analogous Colors of #bd62ee

#bd62ee #ee62d9 #7762ee

Monochromatic Colors of #bd62ee

#bd62ee

Complementary Color

#bd62ee #93ee62

#bd62ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd62ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd62ee Color CSS Codes

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

#bd62ee Text Font Color

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

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


#bd62ee Background Color

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

This div background color is #bd62ee


#bd62ee Border Color

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

This div border color is #bd62ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd62ee


Comments

No comments written yet.

Please login to write comment.