Color Hex Logo

#c62cda Color Hex

#C62CDA
(198,44,218)
0 Favorites   0 Comments

Color spaces of #c62cda

RGB 19844218
HSL0.810.700.51
HSV293°80°85°
CMYK 0.090.800.00   0.15
XYZ36.844318.869168.0299
Yxy18.86910.29770.1525
Hunter Lab43.438675.3850-62.4481
CIE-Lab50.533777.7865-56.2659

#c62cda color RGB value is (198,44,218).

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

The process color (four color CMYK) of #c62cda color hex is 0.09, 0.80, 0.00, 0.15. Web safe color of #c62cda is #cc33cc. Color #c62cda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00101100 11011010
Octal 306 54 332
Decimal 198 44 218
Hex C6 2C DA

RGB Percentages of Color #c62cda

%43.04
%9.57
%47.39

CMYK Percentages of Color #c62cda

%9
%80
%0
%15

Triadic Colors of #c62cda

#c62cda #dac62c #2cdac6

Analogous Colors of #c62cda

#c62cda #da2c97 #6f2cda

Monochromatic Colors of #c62cda

#c62cda

Complementary Color

#c62cda #40da2c

#c62cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c62cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#c62cda Color CSS Codes

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

#c62cda Text Font Color

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

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


#c62cda Background Color

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

This div background color is #c62cda


#c62cda Border Color

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

This div border color is #c62cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c62cda


Comments

No comments written yet.

Please login to write comment.