Color Hex Logo

#c62cba Color Hex

#C62CBA
(198,44,186)
0 Favorites   0 Comments

Color spaces of #c62cba

RGB 19844186
HSL0.850.640.47
HSV305°78°78°
CMYK 0.000.780.06   0.22
XYZ33.052317.352348.0617
Yxy17.35230.33570.1762
Hunter Lab41.656168.7338-39.2480
CIE-Lab48.700972.7240-40.7268

#c62cba color RGB value is (198,44,186).

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

The process color (four color CMYK) of #c62cba color hex is 0.00, 0.78, 0.06, 0.22. Web safe color of #c62cba is #cc33cc. Color #c62cba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00101100 10111010
Octal 306 54 272
Decimal 198 44 186
Hex C6 2C BA

RGB Percentages of Color #c62cba

%46.26
%10.28
%43.46

CMYK Percentages of Color #c62cba

%0
%78
%6
%22

Triadic Colors of #c62cba

#c62cba #bac62c #2cbac6

Analogous Colors of #c62cba

#c62cba #c62c6d #852cc6

Monochromatic Colors of #c62cba

#c62cba

Complementary Color

#c62cba #2cc638

#c62cba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c62cba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c62cba Color CSS Codes

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

#c62cba Text Font Color

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

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


#c62cba Background Color

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

This div background color is #c62cba


#c62cba Border Color

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

This div border color is #c62cba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c62cba


Comments

No comments written yet.

Please login to write comment.