Color Hex Logo

#c143ed Color Hex

#C143ED
(193,67,237)
0 Favorites   0 Comments

Color spaces of #c143ed

RGB 19367237
HSL0.790.830.60
HSV284°72°93°
CMYK 0.190.720.00   0.07
XYZ39.285521.466282.1936
Yxy21.46620.27480.1502
Hunter Lab46.331670.2733-72.7500
CIE-Lab53.456073.0707-62.3536

#c143ed color RGB value is (193,67,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01000011 11101101
Octal 301 103 355
Decimal 193 67 237
Hex C1 43 ED

RGB Percentages of Color #c143ed

%38.83
%13.48
%47.69

CMYK Percentages of Color #c143ed

%19
%72
%0
%7

Triadic Colors of #c143ed

#c143ed #edc143 #43edc1

Analogous Colors of #c143ed

#c143ed #ed43c4 #6c43ed

Monochromatic Colors of #c143ed

#c143ed

Complementary Color

#c143ed #6fed43

#c143ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c143ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c143ed Color CSS Codes

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

#c143ed Text Font Color

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

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


#c143ed Background Color

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

This div background color is #c143ed


#c143ed Border Color

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

This div border color is #c143ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c143ed


Comments

No comments written yet.

Please login to write comment.