Color Hex Logo

#c461da Color Hex

#C461DA
(196,97,218)
0 Favorites   0 Comments

Color spaces of #c461da

RGB 19697218
HSL0.800.620.62
HSV289°56°85°
CMYK 0.100.560.00   0.15
XYZ39.694525.347169.1300
Yxy25.34710.29580.1889
Hunter Lab50.345952.6304-46.1690
CIE-Lab57.412157.3068-45.3234

#c461da color RGB value is (196,97,218).

#c461da hex color red value is 196, green value is 97 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #c461da hue: 0.80 , saturation: 0.62 and the lightness value of c461da is 0.62.

The process color (four color CMYK) of #c461da color hex is 0.10, 0.56, 0.00, 0.15. Web safe color of #c461da is #cc66cc. Color #c461da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01100001 11011010
Octal 304 141 332
Decimal 196 97 218
Hex C4 61 DA

RGB Percentages of Color #c461da

%38.36
%18.98
%42.66

CMYK Percentages of Color #c461da

%10
%56
%0
%15

Triadic Colors of #c461da

#c461da #dac461 #61dac4

Analogous Colors of #c461da

#c461da #da61b4 #8861da

Monochromatic Colors of #c461da

#c461da

Complementary Color

#c461da #77da61

#c461da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c461da Color Preview on White Background

Lorem ipsum dolor sit amet.

#c461da Color CSS Codes

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

#c461da Text Font Color

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

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


#c461da Background Color

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

This div background color is #c461da


#c461da Border Color

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

This div border color is #c461da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c461da


Comments

No comments written yet.

Please login to write comment.