Color Hex Logo

#c403da Color Hex

#C403DA
(196,3,218)
0 Favorites   0 Comments

Color spaces of #c403da

RGB 1963218
HSL0.820.970.43
HSV294°99°85°
CMYK 0.100.990.00   0.15
XYZ35.452416.862867.7160
Yxy16.86280.29540.1405
Hunter Lab41.064382.2432-69.0255
CIE-Lab48.086783.6840-60.2215

#c403da color RGB value is (196,3,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00000011 11011010
Octal 304 3 332
Decimal 196 3 218
Hex C4 3 DA

RGB Percentages of Color #c403da

%47.00
%0.72
%52.28

CMYK Percentages of Color #c403da

%10
%99
%0
%15

Triadic Colors of #c403da

#c403da #dac403 #03dac4

Analogous Colors of #c403da

#c403da #da0385 #5803da

Monochromatic Colors of #c403da

#c403da

Complementary Color

#c403da #19da03

#c403da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c403da Color Preview on White Background

Lorem ipsum dolor sit amet.

#c403da Color CSS Codes

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

#c403da Text Font Color

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

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


#c403da Background Color

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

This div background color is #c403da


#c403da Border Color

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

This div border color is #c403da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c403da


Comments

No comments written yet.

Please login to write comment.