Color Hex Logo

#bd58cc Color Hex

#BD58CC
(189,88,204)
0 Favorites   0 Comments

Color spaces of #bd58cc

RGB 18988204
HSL0.810.530.57
HSV292°57°80°
CMYK 0.070.570.00   0.20
XYZ35.375122.157959.5392
Yxy22.15790.30220.1893
Hunter Lab47.072251.7678-42.0424
CIE-Lab54.194157.0971-42.5233

#bd58cc color RGB value is (189,88,204).

#bd58cc hex color red value is 189, green value is 88 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #bd58cc hue: 0.81 , saturation: 0.53 and the lightness value of bd58cc is 0.57.

The process color (four color CMYK) of #bd58cc color hex is 0.07, 0.57, 0.00, 0.20. Web safe color of #bd58cc is #cc66cc. Color #bd58cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01011000 11001100
Octal 275 130 314
Decimal 189 88 204
Hex BD 58 CC

RGB Percentages of Color #bd58cc

%39.29
%18.30
%42.41

CMYK Percentages of Color #bd58cc

%7
%57
%0
%20

Triadic Colors of #bd58cc

#bd58cc #ccbd58 #58ccbd

Analogous Colors of #bd58cc

#bd58cc #cc58a1 #8358cc

Monochromatic Colors of #bd58cc

#bd58cc

Complementary Color

#bd58cc #67cc58

#bd58cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd58cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd58cc Color CSS Codes

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

#bd58cc Text Font Color

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

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


#bd58cc Background Color

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

This div background color is #bd58cc


#bd58cc Border Color

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

This div border color is #bd58cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd58cc


Comments

No comments written yet.

Please login to write comment.