Color Hex Logo

#c62cab Color Hex

#C62CAB
(198,44,171)
0 Favorites   0 Comments

Color spaces of #c62cab

RGB 19844171
HSL0.860.640.47
HSV311°78°78°
CMYK 0.000.780.14   0.22
XYZ31.540116.747440.0983
Yxy16.74740.35680.1895
Hunter Lab40.923665.9549-29.4478
CIE-Lab47.940270.5569-33.1152

#c62cab color RGB value is (198,44,171).

#c62cab hex color red value is 198, green value is 44 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #c62cab hue: 0.86 , saturation: 0.64 and the lightness value of c62cab is 0.47.

The process color (four color CMYK) of #c62cab color hex is 0.00, 0.78, 0.14, 0.22. Web safe color of #c62cab is #cc3399. Color #c62cab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00101100 10101011
Octal 306 54 253
Decimal 198 44 171
Hex C6 2C AB

RGB Percentages of Color #c62cab

%47.94
%10.65
%41.40

CMYK Percentages of Color #c62cab

%0
%78
%14
%22

Triadic Colors of #c62cab

#c62cab #abc62c #2cabc6

Analogous Colors of #c62cab

#c62cab #c62c5e #942cc6

Monochromatic Colors of #c62cab

#c62cab

Complementary Color

#c62cab #2cc647

#c62cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c62cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c62cab Color CSS Codes

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

#c62cab Text Font Color

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

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


#c62cab Background Color

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

This div background color is #c62cab


#c62cab Border Color

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

This div border color is #c62cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c62cab


Comments

No comments written yet.

Please login to write comment.