Color Hex Logo

#c62cdb Color Hex

#C62CDB
(198,44,219)
0 Favorites   0 Comments

Color spaces of #c62cdb

RGB 19844219
HSL0.810.710.52
HSV293°80°86°
CMYK 0.100.800.00   0.14
XYZ36.975618.921668.7212
Yxy18.92160.29670.1518
Hunter Lab43.499075.6079-63.2192
CIE-Lab50.595477.9534-56.7368

#c62cdb color RGB value is (198,44,219).

#c62cdb hex color red value is 198, green value is 44 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c62cdb hue: 0.81 , saturation: 0.71 and the lightness value of c62cdb is 0.52.

The process color (four color CMYK) of #c62cdb color hex is 0.10, 0.80, 0.00, 0.14. Web safe color of #c62cdb is #cc33cc. Color #c62cdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00101100 11011011
Octal 306 54 333
Decimal 198 44 219
Hex C6 2C DB

RGB Percentages of Color #c62cdb

%42.95
%9.54
%47.51

CMYK Percentages of Color #c62cdb

%10
%80
%0
%14

Triadic Colors of #c62cdb

#c62cdb #dbc62c #2cdbc6

Analogous Colors of #c62cdb

#c62cdb #db2c99 #6f2cdb

Monochromatic Colors of #c62cdb

#c62cdb

Complementary Color

#c62cdb #41db2c

#c62cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c62cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c62cdb Color CSS Codes

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

#c62cdb Text Font Color

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

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


#c62cdb Background Color

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

This div background color is #c62cdb


#c62cdb Border Color

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

This div border color is #c62cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c62cdb


Comments

No comments written yet.

Please login to write comment.