Color Hex Logo

#bc30af Color Hex

#BC30AF
(188,48,175)
0 Favorites   0 Comments

Color spaces of #bc30af

RGB 18848175
HSL0.850.590.46
HSV306°74°74°
CMYK 0.000.740.07   0.26
XYZ29.533915.900442.0699
Yxy15.90040.33750.1817
Hunter Lab39.875362.4254-34.6404
CIE-Lab46.843567.7828-37.3181

#bc30af color RGB value is (188,48,175).

#bc30af hex color red value is 188, green value is 48 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #bc30af hue: 0.85 , saturation: 0.59 and the lightness value of bc30af is 0.46.

The process color (four color CMYK) of #bc30af color hex is 0.00, 0.74, 0.07, 0.26. Web safe color of #bc30af is #cc3399. Color #bc30af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00110000 10101111
Octal 274 60 257
Decimal 188 48 175
Hex BC 30 AF

RGB Percentages of Color #bc30af

%45.74
%11.68
%42.58

CMYK Percentages of Color #bc30af

%0
%74
%7
%26

Triadic Colors of #bc30af

#bc30af #afbc30 #30afbc

Analogous Colors of #bc30af

#bc30af #bc3069 #8330bc

Monochromatic Colors of #bc30af

#bc30af

Complementary Color

#bc30af #30bc3d

#bc30af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc30af Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc30af Color CSS Codes

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

#bc30af Text Font Color

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

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


#bc30af Background Color

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

This div background color is #bc30af


#bc30af Border Color

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

This div border color is #bc30af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(188,48,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bc30af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bc30af;
  -webkit-box-shadow: 1px 1px 3px 2px #bc30af;
  box-shadow:         1px 1px 3px 2px #bc30af; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,48,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc30af


Comments

No comments written yet.

Please login to write comment.