Color Hex Logo

#bd48ce Color Hex

#BD48CE
(189,72,206)
0 Favorites   0 Comments

Color spaces of #bd48ce

RGB 18972206
HSL0.810.580.55
HSV292°65°81°
CMYK 0.080.650.00   0.19
XYZ34.444219.909860.4201
Yxy19.90980.30010.1735
Hunter Lab44.620459.7053-49.0498
CIE-Lab51.735164.5136-47.5657

#bd48ce color RGB value is (189,72,206).

#bd48ce hex color red value is 189, green value is 72 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #bd48ce hue: 0.81 , saturation: 0.58 and the lightness value of bd48ce is 0.55.

The process color (four color CMYK) of #bd48ce color hex is 0.08, 0.65, 0.00, 0.19. Web safe color of #bd48ce is #cc33cc. Color #bd48ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01001000 11001110
Octal 275 110 316
Decimal 189 72 206
Hex BD 48 CE

RGB Percentages of Color #bd48ce

%40.47
%15.42
%44.11

CMYK Percentages of Color #bd48ce

%8
%65
%0
%19

Triadic Colors of #bd48ce

#bd48ce #cebd48 #48cebd

Analogous Colors of #bd48ce

#bd48ce #ce489c #7a48ce

Monochromatic Colors of #bd48ce

#bd48ce

Complementary Color

#bd48ce #59ce48

#bd48ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd48ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd48ce Color CSS Codes

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

#bd48ce Text Font Color

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

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


#bd48ce Background Color

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

This div background color is #bd48ce


#bd48ce Border Color

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

This div border color is #bd48ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd48ce


Comments

No comments written yet.

Please login to write comment.