Color Hex Logo

#c203ce Color Hex

#C203CE
(194,3,206)
0 Favorites   0 Comments

Color spaces of #c203ce

RGB 1943206
HSL0.820.970.41
HSV296°99°81°
CMYK 0.060.990.00   0.19
XYZ33.421315.990759.7175
Yxy15.99070.30630.1465
Hunter Lab39.988479.2063-60.5501
CIE-Lab46.962381.5217-55.1551

#c203ce color RGB value is (194,3,206).

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

The process color (four color CMYK) of #c203ce color hex is 0.06, 0.99, 0.00, 0.19. Web safe color of #c203ce is #cc00cc. Color #c203ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00000011 11001110
Octal 302 3 316
Decimal 194 3 206
Hex C2 3 CE

RGB Percentages of Color #c203ce

%48.14
%0.74
%51.12

CMYK Percentages of Color #c203ce

%6
%99
%0
%19

Triadic Colors of #c203ce

#c203ce #cec203 #03cec2

Analogous Colors of #c203ce

#c203ce #ce0375 #5c03ce

Monochromatic Colors of #c203ce

#c203ce

Complementary Color

#c203ce #0fce03

#c203ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c203ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c203ce Color CSS Codes

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

#c203ce Text Font Color

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

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


#c203ce Background Color

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

This div background color is #c203ce


#c203ce Border Color

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

This div border color is #c203ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,3,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c203ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c203ce

#c203ce Color Palettes


Comments

No comments written yet.

Please login to write comment.