Color Hex Logo

#c408da Color Hex

#C408DA
(196,8,218)
0 Favorites   0 Comments

Color spaces of #c408da

RGB 1968218
HSL0.820.930.44
HSV294°96°85°
CMYK 0.100.960.00   0.15
XYZ35.506716.971467.7341
Yxy16.97140.29540.1412
Hunter Lab41.196481.7536-68.6458
CIE-Lab48.224083.2760-60.0000

#c408da color RGB value is (196,8,218).

#c408da hex color red value is 196, green value is 8 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #c408da hue: 0.82 , saturation: 0.93 and the lightness value of c408da is 0.44.

The process color (four color CMYK) of #c408da color hex is 0.10, 0.96, 0.00, 0.15. Web safe color of #c408da is #cc00cc. Color #c408da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00001000 11011010
Octal 304 10 332
Decimal 196 8 218
Hex C4 8 DA

RGB Percentages of Color #c408da

%46.45
%1.90
%51.66

CMYK Percentages of Color #c408da

%10
%96
%0
%15

Triadic Colors of #c408da

#c408da #dac408 #08dac4

Analogous Colors of #c408da

#c408da #da0887 #5b08da

Monochromatic Colors of #c408da

#c408da

Complementary Color

#c408da #1eda08

#c408da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c408da Color Preview on White Background

Lorem ipsum dolor sit amet.

#c408da Color CSS Codes

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

#c408da Text Font Color

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

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


#c408da Background Color

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

This div background color is #c408da


#c408da Border Color

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

This div border color is #c408da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c408da


Comments

No comments written yet.

Please login to write comment.