Color Hex Logo

#c203da Color Hex

#C203DA
(194,3,218)
0 Favorites   0 Comments

Color spaces of #c203da

RGB 1943218
HSL0.810.970.43
HSV293°99°85°
CMYK 0.110.990.00   0.15
XYZ34.935616.596467.6918
Yxy16.59640.29300.1392
Hunter Lab40.738781.7806-69.9998
CIE-Lab47.747483.3890-60.7861

#c203da color RGB value is (194,3,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 00000011 11011010
Octal 302 3 332
Decimal 194 3 218
Hex C2 3 DA

RGB Percentages of Color #c203da

%46.75
%0.72
%52.53

CMYK Percentages of Color #c203da

%11
%99
%0
%15

Triadic Colors of #c203da

#c203da #dac203 #03dac2

Analogous Colors of #c203da

#c203da #da0387 #5703da

Monochromatic Colors of #c203da

#c203da

Complementary Color

#c203da #1bda03

#c203da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c203da Color Preview on White Background

Lorem ipsum dolor sit amet.

#c203da Color CSS Codes

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

#c203da Text Font Color

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

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


#c203da Background Color

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

This div background color is #c203da


#c203da Border Color

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

This div border color is #c203da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c203da


Comments

No comments written yet.

Please login to write comment.