Color Hex Logo

#c61bb2 Color Hex

#C61BB2
(198,27,178)
0 Favorites   0 Comments

Color spaces of #c61bb2

RGB 19827178
HSL0.850.760.44
HSV307°86°78°
CMYK 0.000.860.10   0.22
XYZ31.716516.004043.5369
Yxy16.00400.34750.1754
Hunter Lab40.005071.5084-36.5210
CIE-Lab46.979775.3408-38.7571

#c61bb2 color RGB value is (198,27,178).

#c61bb2 hex color red value is 198, green value is 27 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #c61bb2 hue: 0.85 , saturation: 0.76 and the lightness value of c61bb2 is 0.44.

The process color (four color CMYK) of #c61bb2 color hex is 0.00, 0.86, 0.10, 0.22. Web safe color of #c61bb2 is #cc3399. Color #c61bb2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00011011 10110010
Octal 306 33 262
Decimal 198 27 178
Hex C6 1B B2

RGB Percentages of Color #c61bb2

%49.13
%6.70
%44.17

CMYK Percentages of Color #c61bb2

%0
%86
%10
%22

Triadic Colors of #c61bb2

#c61bb2 #b2c61b #1bb2c6

Analogous Colors of #c61bb2

#c61bb2 #c61b5c #851bc6

Monochromatic Colors of #c61bb2

#c61bb2

Complementary Color

#c61bb2 #1bc62f

#c61bb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c61bb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c61bb2 Color CSS Codes

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

#c61bb2 Text Font Color

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

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


#c61bb2 Background Color

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

This div background color is #c61bb2


#c61bb2 Border Color

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

This div border color is #c61bb2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c61bb2


Comments

No comments written yet.

Please login to write comment.