Color Hex Logo

#c243ed Color Hex

#C243ED
(194,67,237)
0 Favorites   0 Comments

Color spaces of #c243ed

RGB 19467237
HSL0.790.830.60
HSV285°72°93°
CMYK 0.180.720.00   0.07
XYZ39.541421.598182.2055
Yxy21.59810.27580.1507
Hunter Lab46.473870.5446-72.3440
CIE-Lab53.598073.2657-62.1176

#c243ed color RGB value is (194,67,237).

#c243ed hex color red value is 194, green value is 67 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #c243ed hue: 0.79 , saturation: 0.83 and the lightness value of c243ed is 0.60.

The process color (four color CMYK) of #c243ed color hex is 0.18, 0.72, 0.00, 0.07. Web safe color of #c243ed is #cc33ff. Color #c243ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01000011 11101101
Octal 302 103 355
Decimal 194 67 237
Hex C2 43 ED

RGB Percentages of Color #c243ed

%38.96
%13.45
%47.59

CMYK Percentages of Color #c243ed

%18
%72
%0
%7

Triadic Colors of #c243ed

#c243ed #edc243 #43edc2

Analogous Colors of #c243ed

#c243ed #ed43c3 #6d43ed

Monochromatic Colors of #c243ed

#c243ed

Complementary Color

#c243ed #6eed43

#c243ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c243ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c243ed Color CSS Codes

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

#c243ed Text Font Color

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

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


#c243ed Background Color

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

This div background color is #c243ed


#c243ed Border Color

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

This div border color is #c243ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c243ed


Comments

No comments written yet.

Please login to write comment.