Color Hex Logo

#c61dec Color Hex

#C61DEC
(198,29,236)
0 Favorites   0 Comments

Color spaces of #c61dec

RGB 19829236
HSL0.800.840.52
HSV289°88°93°
CMYK 0.160.880.00   0.07
XYZ38.868418.940680.9642
Yxy18.94060.28010.1365
Hunter Lab43.520883.2568-79.8360
CIE-Lab50.617683.9822-66.3348

#c61dec color RGB value is (198,29,236).

#c61dec hex color red value is 198, green value is 29 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #c61dec hue: 0.80 , saturation: 0.84 and the lightness value of c61dec is 0.52.

The process color (four color CMYK) of #c61dec color hex is 0.16, 0.88, 0.00, 0.07. Web safe color of #c61dec is #cc33ff. Color #c61dec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00011101 11101100
Octal 306 35 354
Decimal 198 29 236
Hex C6 1D EC

RGB Percentages of Color #c61dec

%42.76
%6.26
%50.97

CMYK Percentages of Color #c61dec

%16
%88
%0
%7

Triadic Colors of #c61dec

#c61dec #ecc61d #1decc6

Analogous Colors of #c61dec

#c61dec #ec1dab #5e1dec

Monochromatic Colors of #c61dec

#c61dec

Complementary Color

#c61dec #43ec1d

#c61dec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c61dec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c61dec Color CSS Codes

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

#c61dec Text Font Color

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

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


#c61dec Background Color

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

This div background color is #c61dec


#c61dec Border Color

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

This div border color is #c61dec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c61dec


Comments

No comments written yet.

Please login to write comment.