Color Hex Logo

#c223ce Color Hex

#C223CE
(194,35,206)
0 Favorites   0 Comments

Color spaces of #c223ce

RGB 19435206
HSL0.820.710.47
HSV296°83°81°
CMYK 0.060.830.00   0.19
XYZ33.989717.127659.9070
Yxy17.12760.30610.1543
Hunter Lab41.385574.1765-56.8545
CIE-Lab48.420477.2261-52.8141

#c223ce color RGB value is (194,35,206).

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

The process color (four color CMYK) of #c223ce color hex is 0.06, 0.83, 0.00, 0.19. Web safe color of #c223ce is #cc33cc. Color #c223ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00100011 11001110
Octal 302 43 316
Decimal 194 35 206
Hex C2 23 CE

RGB Percentages of Color #c223ce

%44.60
%8.05
%47.36

CMYK Percentages of Color #c223ce

%6
%83
%0
%19

Triadic Colors of #c223ce

#c223ce #cec223 #23cec2

Analogous Colors of #c223ce

#c223ce #ce2385 #6d23ce

Monochromatic Colors of #c223ce

#c223ce

Complementary Color

#c223ce #2fce23

#c223ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c223ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c223ce Color CSS Codes

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

#c223ce Text Font Color

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

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


#c223ce Background Color

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

This div background color is #c223ce


#c223ce Border Color

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

This div border color is #c223ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c223ce


Comments

No comments written yet.

Please login to write comment.