Color Hex Logo

#bc2dbf Color Hex

#BC2DBF
(188,45,191)
0 Favorites   0 Comments

Color spaces of #bc2dbf

RGB 18845191
HSL0.830.620.46
HSV299°76°75°
CMYK 0.020.760.00   0.25
XYZ31.081416.329750.8040
Yxy16.32970.31650.1663
Hunter Lab40.410066.5759-46.2531
CIE-Lab47.404171.1812-45.8055

#bc2dbf color RGB value is (188,45,191).

#bc2dbf hex color red value is 188, green value is 45 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #bc2dbf hue: 0.83 , saturation: 0.62 and the lightness value of bc2dbf is 0.46.

The process color (four color CMYK) of #bc2dbf color hex is 0.02, 0.76, 0.00, 0.25. Web safe color of #bc2dbf is #cc33cc. Color #bc2dbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00101101 10111111
Octal 274 55 277
Decimal 188 45 191
Hex BC 2D BF

RGB Percentages of Color #bc2dbf

%44.34
%10.61
%45.05

CMYK Percentages of Color #bc2dbf

%2
%76
%0
%25

Triadic Colors of #bc2dbf

#bc2dbf #bfbc2d #2dbfbc

Analogous Colors of #bc2dbf

#bc2dbf #bf2d79 #732dbf

Monochromatic Colors of #bc2dbf

#bc2dbf

Complementary Color

#bc2dbf #30bf2d

#bc2dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc2dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc2dbf Color CSS Codes

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

#bc2dbf Text Font Color

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

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


#bc2dbf Background Color

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

This div background color is #bc2dbf


#bc2dbf Border Color

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

This div border color is #bc2dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc2dbf


Comments

No comments written yet.

Please login to write comment.