Color Hex Logo

#c004da Color Hex

#C004DA
(192,4,218)
0 Favorites   0 Comments

Color spaces of #c004da

RGB 1924218
HSL0.810.960.44
HSV293°98°85°
CMYK 0.120.980.00   0.15
XYZ34.436516.355367.6715
Yxy16.35530.29070.1381
Hunter Lab40.441781.2216-70.9014
CIE-Lab47.437283.0123-61.3039

#c004da color RGB value is (192,4,218).

#c004da hex color red value is 192, green value is 4 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #c004da hue: 0.81 , saturation: 0.96 and the lightness value of c004da is 0.44.

The process color (four color CMYK) of #c004da color hex is 0.12, 0.98, 0.00, 0.15. Web safe color of #c004da is #cc00cc. Color #c004da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00000100 11011010
Octal 300 4 332
Decimal 192 4 218
Hex C0 4 DA

RGB Percentages of Color #c004da

%46.38
%0.97
%52.66

CMYK Percentages of Color #c004da

%12
%98
%0
%15

Triadic Colors of #c004da

#c004da #dac004 #04dac0

Analogous Colors of #c004da

#c004da #da0489 #5504da

Monochromatic Colors of #c004da

#c004da

Complementary Color

#c004da #1eda04

#c004da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c004da Color Preview on White Background

Lorem ipsum dolor sit amet.

#c004da Color CSS Codes

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

#c004da Text Font Color

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

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


#c004da Background Color

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

This div background color is #c004da


#c004da Border Color

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

This div border color is #c004da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c004da


Comments

No comments written yet.

Please login to write comment.