Color Hex Logo

#b270dc Color Hex

#B270DC
(178,112,220)
0 Favorites   0 Comments

Color spaces of #b270dc

RGB 178112220
HSL0.770.610.65
HSV277°49°86°
CMYK 0.190.490.00   0.14
XYZ37.072526.220670.8173
Yxy26.22060.27640.1955
Hunter Lab51.206139.6210-46.1531
CIE-Lab58.245945.2957-45.2731

#b270dc color RGB value is (178,112,220).

#b270dc hex color red value is 178, green value is 112 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b270dc hue: 0.77 , saturation: 0.61 and the lightness value of b270dc is 0.65.

The process color (four color CMYK) of #b270dc color hex is 0.19, 0.49, 0.00, 0.14. Web safe color of #b270dc is #9966cc. Color #b270dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01110000 11011100
Octal 262 160 334
Decimal 178 112 220
Hex B2 70 DC

RGB Percentages of Color #b270dc

%34.90
%21.96
%43.14

CMYK Percentages of Color #b270dc

%19
%49
%0
%14

Triadic Colors of #b270dc

#b270dc #dcb270 #70dcb2

Analogous Colors of #b270dc

#b270dc #dc70d0 #7c70dc

Monochromatic Colors of #b270dc

#b270dc

Complementary Color

#b270dc #9adc70

#b270dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b270dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b270dc Color CSS Codes

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

#b270dc Text Font Color

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

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


#b270dc Background Color

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

This div background color is #b270dc


#b270dc Border Color

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

This div border color is #b270dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b270dc


Comments

No comments written yet.

Please login to write comment.