Color Hex Logo

#c243ce Color Hex

#C243CE
(194,67,206)
0 Favorites   0 Comments

Color spaces of #c243ce

RGB 19467206
HSL0.820.590.54
HSV295°67°81°
CMYK 0.060.670.00   0.19
XYZ35.395919.939960.3757
Yxy19.93990.30590.1723
Hunter Lab44.654163.3466-48.9066
CIE-Lab51.769267.6199-47.4666

#c243ce color RGB value is (194,67,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01000011 11001110
Octal 302 103 316
Decimal 194 67 206
Hex C2 43 CE

RGB Percentages of Color #c243ce

%41.54
%14.35
%44.11

CMYK Percentages of Color #c243ce

%6
%67
%0
%19

Triadic Colors of #c243ce

#c243ce #cec243 #43cec2

Analogous Colors of #c243ce

#c243ce #ce4395 #7d43ce

Monochromatic Colors of #c243ce

#c243ce

Complementary Color

#c243ce #4fce43

#c243ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c243ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c243ce Color CSS Codes

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

#c243ce Text Font Color

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

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


#c243ce Background Color

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

This div background color is #c243ce


#c243ce Border Color

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

This div border color is #c243ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c243ce


Comments

No comments written yet.

Please login to write comment.