Color Hex Logo

#b02cdc Color Hex

#B02CDC
(176,44,220)
0 Favorites   0 Comments

Color spaces of #b02cdc

RGB 17644220
HSL0.790.720.52
HSV285°80°86°
CMYK 0.200.800.00   0.14
XYZ31.723416.198869.1648
Yxy16.19880.27090.1383
Hunter Lab40.247770.2608-73.7151
CIE-Lab47.234274.2690-62.9002

#b02cdc color RGB value is (176,44,220).

#b02cdc hex color red value is 176, green value is 44 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b02cdc hue: 0.79 , saturation: 0.72 and the lightness value of b02cdc is 0.52.

The process color (four color CMYK) of #b02cdc color hex is 0.20, 0.80, 0.00, 0.14. Web safe color of #b02cdc is #9933cc. Color #b02cdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00101100 11011100
Octal 260 54 334
Decimal 176 44 220
Hex B0 2C DC

RGB Percentages of Color #b02cdc

%40.00
%10.00
%50.00

CMYK Percentages of Color #b02cdc

%20
%80
%0
%14

Triadic Colors of #b02cdc

#b02cdc #dcb02c #2cdcb0

Analogous Colors of #b02cdc

#b02cdc #dc2cb0 #582cdc

Monochromatic Colors of #b02cdc

#b02cdc

Complementary Color

#b02cdc #58dc2c

#b02cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b02cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b02cdc Color CSS Codes

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

#b02cdc Text Font Color

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

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


#b02cdc Background Color

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

This div background color is #b02cdc


#b02cdc Border Color

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

This div border color is #b02cdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,44,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 #b02cdc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b02cdc


Comments

No comments written yet.

Please login to write comment.