Color Hex Logo

#c143df Color Hex

#C143DF
(193,67,223)
0 Favorites   0 Comments

Color spaces of #c143df

RGB 19367223
HSL0.800.710.57
HSV288°70°87°
CMYK 0.130.700.00   0.13
XYZ37.318820.679571.8367
Yxy20.67950.28740.1593
Hunter Lab45.474766.9052-61.8285
CIE-Lab52.596970.4517-55.8401

#c143df color RGB value is (193,67,223).

#c143df hex color red value is 193, green value is 67 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c143df hue: 0.80 , saturation: 0.71 and the lightness value of c143df is 0.57.

The process color (four color CMYK) of #c143df color hex is 0.13, 0.70, 0.00, 0.13. Web safe color of #c143df is #cc33cc. Color #c143df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01000011 11011111
Octal 301 103 337
Decimal 193 67 223
Hex C1 43 DF

RGB Percentages of Color #c143df

%39.96
%13.87
%46.17

CMYK Percentages of Color #c143df

%13
%70
%0
%13

Triadic Colors of #c143df

#c143df #dfc143 #43dfc1

Analogous Colors of #c143df

#c143df #df43af #7343df

Monochromatic Colors of #c143df

#c143df

Complementary Color

#c143df #61df43

#c143df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c143df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c143df Color CSS Codes

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

#c143df Text Font Color

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

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


#c143df Background Color

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

This div background color is #c143df


#c143df Border Color

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

This div border color is #c143df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c143df


Comments

No comments written yet.

Please login to write comment.