color codes Logo

#b03ecc color codes

#B03ECC
(176,62,204)
0 Favorites   0 Comments

Color spaces of #b03ecc

RGB 17662204
HSL0.800.580.52
HSV288°70°80°
CMYK 0.140.700.00   0.20
XYZ30.526217.035058.8059
Yxy17.03500.28700.1602
Hunter Lab41.273559.7915-55.5842
CIE-Lab48.304165.2385-52.0043

#b03ecc color RGB value is (176,62,204).

#b03ecc hex color red value is 176, green value is 62 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #b03ecc hue: 0.80 , saturation: 0.58 and the lightness value of b03ecc is 0.52.

The process color (four color CMYK) of #b03ecc color code is 0.14, 0.70, 0.00, 0.20. Web safe color of #b03ecc is #9933cc. Color #b03ecc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00111110 11001100
Octal 260 76 314
Decimal 176 62 204
Hex B0 3E CC

RGB Percentages of Color #b03ecc

%39.82
%14.03
%46.15

CMYK Percentages of Color #b03ecc

%14
%70
%0
%20

Triadic Colors of #b03ecc

#b03ecc #ccb03e #3eccb0

Analogous Colors of #b03ecc

#b03ecc #cc3ea1 #693ecc

Monochromatic Colors of #b03ecc

#b03ecc

Complementary Color

#b03ecc #5acc3e

#b03ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b03ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b03ecc Color CSS Codes

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

#b03ecc Text Font Color

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

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


#b03ecc Background Color

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

This div background color is #b03ecc


#b03ecc Border Color

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

This div border color is #b03ecc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,62,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b03ecc


Comments

No comments written yet.

Please login to write comment.