Color Hex Logo

#bc0cfd Color Hex

#BC0CFD
(188,12,253)
0 Favorites   0 Comments

Color spaces of #bc0cfd

RGB 18812253
HSL0.790.980.52
HSV284°95°99°
CMYK 0.260.950.00   0.01
XYZ38.600118.046294.3773
Yxy18.04620.25560.1195
Hunter Lab42.480887.8522-101.9848
CIE-Lab49.552187.7191-77.6712

#bc0cfd color RGB value is (188,12,253).

#bc0cfd hex color red value is 188, green value is 12 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #bc0cfd hue: 0.79 , saturation: 0.98 and the lightness value of bc0cfd is 0.52.

The process color (four color CMYK) of #bc0cfd color hex is 0.26, 0.95, 0.00, 0.01. Web safe color of #bc0cfd is #cc00ff. Color #bc0cfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00001100 11111101
Octal 274 14 375
Decimal 188 12 253
Hex BC C FD

RGB Percentages of Color #bc0cfd

%41.50
%2.65
%55.85

CMYK Percentages of Color #bc0cfd

%26
%95
%0
%1

Triadic Colors of #bc0cfd

#bc0cfd #fdbc0c #0cfdbc

Analogous Colors of #bc0cfd

#bc0cfd #fd0cc6 #440cfd

Monochromatic Colors of #bc0cfd

#bc0cfd

Complementary Color

#bc0cfd #4dfd0c

#bc0cfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc0cfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc0cfd Color CSS Codes

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

#bc0cfd Text Font Color

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

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


#bc0cfd Background Color

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

This div background color is #bc0cfd


#bc0cfd Border Color

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

This div border color is #bc0cfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc0cfd


Comments

No comments written yet.

Please login to write comment.