Color Hex Logo

#bc67df Color Hex

#BC67DF
(188,103,223)
0 Favorites   0 Comments

Color spaces of #bc67df

RGB 188103223
HSL0.780.650.64
HSV283°54°87°
CMYK 0.160.540.00   0.13
XYZ38.908625.719672.7257
Yxy25.71960.28330.1873
Hunter Lab50.714548.1964-49.5230
CIE-Lab57.769953.2812-47.6364

#bc67df color RGB value is (188,103,223).

#bc67df hex color red value is 188, green value is 103 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #bc67df hue: 0.78 , saturation: 0.65 and the lightness value of bc67df is 0.64.

The process color (four color CMYK) of #bc67df color hex is 0.16, 0.54, 0.00, 0.13. Web safe color of #bc67df is #cc66cc. Color #bc67df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01100111 11011111
Octal 274 147 337
Decimal 188 103 223
Hex BC 67 DF

RGB Percentages of Color #bc67df

%36.58
%20.04
%43.39

CMYK Percentages of Color #bc67df

%16
%54
%0
%13

Triadic Colors of #bc67df

#bc67df #dfbc67 #67dfbc

Analogous Colors of #bc67df

#bc67df #df67c6 #8067df

Monochromatic Colors of #bc67df

#bc67df

Complementary Color

#bc67df #8adf67

#bc67df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc67df Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc67df Color CSS Codes

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

#bc67df Text Font Color

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

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


#bc67df Background Color

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

This div background color is #bc67df


#bc67df Border Color

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

This div border color is #bc67df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc67df


Comments

No comments written yet.

Please login to write comment.