Color Hex Logo

#c506bb Color Hex

#C506BB
(197,6,187)
0 Favorites   0 Comments

Color spaces of #c506bb

RGB 1976187
HSL0.840.940.40
HSV303°97°77°
CMYK 0.000.970.05   0.23
XYZ32.060715.588448.3328
Yxy15.58840.33400.1624
Hunter Lab39.482175.8536-44.9434
CIE-Lab46.429878.9614-44.9283

#c506bb color RGB value is (197,6,187).

#c506bb hex color red value is 197, green value is 6 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #c506bb hue: 0.84 , saturation: 0.94 and the lightness value of c506bb is 0.40.

The process color (four color CMYK) of #c506bb color hex is 0.00, 0.97, 0.05, 0.23. Web safe color of #c506bb is #cc00cc. Color #c506bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00000110 10111011
Octal 305 6 273
Decimal 197 6 187
Hex C5 6 BB

RGB Percentages of Color #c506bb

%50.51
%1.54
%47.95

CMYK Percentages of Color #c506bb

%0
%97
%5
%23

Triadic Colors of #c506bb

#c506bb #bbc506 #06bbc5

Analogous Colors of #c506bb

#c506bb #c5065b #7006c5

Monochromatic Colors of #c506bb

#c506bb

Complementary Color

#c506bb #06c510

#c506bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c506bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c506bb Color CSS Codes

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

#c506bb Text Font Color

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

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


#c506bb Background Color

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

This div background color is #c506bb


#c506bb Border Color

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

This div border color is #c506bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(197,6,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c506bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c506bb;
  -webkit-box-shadow: 1px 1px 3px 2px #c506bb;
  box-shadow:         1px 1px 3px 2px #c506bb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,6,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c506bb


Comments

No comments written yet.

Please login to write comment.