Color Hex Logo

#c546ab Color Hex

#C546AB
(197,70,171)
0 Favorites   0 Comments

Color spaces of #c546ab

RGB 19770171
HSL0.870.520.52
HSV312°64°77°
CMYK 0.000.640.13   0.23
XYZ32.566819.190940.5158
Yxy19.19090.35290.2080
Hunter Lab43.807456.0354-24.1699
CIE-Lab50.909861.4728-28.4910

#c546ab color RGB value is (197,70,171).

#c546ab hex color red value is 197, green value is 70 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #c546ab hue: 0.87 , saturation: 0.52 and the lightness value of c546ab is 0.52.

The process color (four color CMYK) of #c546ab color hex is 0.00, 0.64, 0.13, 0.23. Web safe color of #c546ab is #cc3399. Color #c546ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01000110 10101011
Octal 305 106 253
Decimal 197 70 171
Hex C5 46 AB

RGB Percentages of Color #c546ab

%44.98
%15.98
%39.04

CMYK Percentages of Color #c546ab

%0
%64
%13
%23

Triadic Colors of #c546ab

#c546ab #abc546 #46abc5

Analogous Colors of #c546ab

#c546ab #c5466c #a046c5

Monochromatic Colors of #c546ab

#c546ab

Complementary Color

#c546ab #46c560

#c546ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c546ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c546ab Color CSS Codes

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

#c546ab Text Font Color

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

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


#c546ab Background Color

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

This div background color is #c546ab


#c546ab Border Color

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

This div border color is #c546ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c546ab


Comments

No comments written yet.

Please login to write comment.