Color Hex Logo

#c143fe Color Hex

#C143FE
(193,67,254)
0 Favorites   0 Comments

Color spaces of #c143fe

RGB 19367254
HSL0.780.990.63
HSV280°74°100°
CMYK 0.240.740.00   0.00
XYZ41.888922.507595.9025
Yxy22.50750.26130.1404
Hunter Lab47.442174.5827-86.6432
CIE-Lab54.561476.3580-70.0562

#c143fe color RGB value is (193,67,254).

#c143fe hex color red value is 193, green value is 67 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #c143fe hue: 0.78 , saturation: 0.99 and the lightness value of c143fe is 0.63.

The process color (four color CMYK) of #c143fe color hex is 0.24, 0.74, 0.00, 0.00. Web safe color of #c143fe is #cc33ff. Color #c143fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01000011 11111110
Octal 301 103 376
Decimal 193 67 254
Hex C1 43 FE

RGB Percentages of Color #c143fe

%37.55
%13.04
%49.42

CMYK Percentages of Color #c143fe

%24
%74
%0
%0

Triadic Colors of #c143fe

#c143fe #fec143 #43fec1

Analogous Colors of #c143fe

#c143fe #fe43de #6343fe

Monochromatic Colors of #c143fe

#c143fe

Complementary Color

#c143fe #80fe43

#c143fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c143fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c143fe Color CSS Codes

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

#c143fe Text Font Color

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

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


#c143fe Background Color

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

This div background color is #c143fe


#c143fe Border Color

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

This div border color is #c143fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c143fe

Related Colors


Comments

No comments written yet.

Please login to write comment.