Color Hex Logo

#b20ced Color Hex

#B20CED
(178,12,237)
0 Favorites   0 Comments

Color spaces of #b20ced

RGB 17812237
HSL0.790.900.49
HSV284°95°93°
CMYK 0.250.950.00   0.07
XYZ33.777615.842381.3984
Yxy15.84230.25780.1209
Hunter Lab39.802481.8267-93.3901
CIE-Lab46.766983.6135-73.2973

#b20ced color RGB value is (178,12,237).

#b20ced hex color red value is 178, green value is 12 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #b20ced hue: 0.79 , saturation: 0.90 and the lightness value of b20ced is 0.49.

The process color (four color CMYK) of #b20ced color hex is 0.25, 0.95, 0.00, 0.07. Web safe color of #b20ced is #9900ff. Color #b20ced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00001100 11101101
Octal 262 14 355
Decimal 178 12 237
Hex B2 C ED

RGB Percentages of Color #b20ced

%41.69
%2.81
%55.50

CMYK Percentages of Color #b20ced

%25
%95
%0
%7

Triadic Colors of #b20ced

#b20ced #edb20c #0cedb2

Analogous Colors of #b20ced

#b20ced #ed0cb8 #420ced

Monochromatic Colors of #b20ced

#b20ced

Complementary Color

#b20ced #47ed0c

#b20ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b20ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#b20ced Color CSS Codes

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

#b20ced Text Font Color

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

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


#b20ced Background Color

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

This div background color is #b20ced


#b20ced Border Color

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

This div border color is #b20ced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b20ced


Comments

No comments written yet.

Please login to write comment.