Color Hex Logo

#c13fdc Color Hex

#C13FDC
(193,63,220)
0 Favorites   0 Comments

Color spaces of #c13fdc

RGB 19363220
HSL0.800.690.55
HSV290°71°86°
CMYK 0.120.710.00   0.14
XYZ36.688120.059869.6484
Yxy20.05980.29030.1587
Hunter Lab44.788267.8385-60.8479
CIE-Lab51.904871.3609-55.2473

#c13fdc color RGB value is (193,63,220).

#c13fdc hex color red value is 193, green value is 63 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c13fdc hue: 0.80 , saturation: 0.69 and the lightness value of c13fdc is 0.55.

The process color (four color CMYK) of #c13fdc color hex is 0.12, 0.71, 0.00, 0.14. Web safe color of #c13fdc is #cc33cc. Color #c13fdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00111111 11011100
Octal 301 77 334
Decimal 193 63 220
Hex C1 3F DC

RGB Percentages of Color #c13fdc

%40.55
%13.24
%46.22

CMYK Percentages of Color #c13fdc

%12
%71
%0
%14

Triadic Colors of #c13fdc

#c13fdc #dcc13f #3fdcc1

Analogous Colors of #c13fdc

#c13fdc #dc3fa9 #733fdc

Monochromatic Colors of #c13fdc

#c13fdc

Complementary Color

#c13fdc #5adc3f

#c13fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c13fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c13fdc Color CSS Codes

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

#c13fdc Text Font Color

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

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


#c13fdc Background Color

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

This div background color is #c13fdc


#c13fdc Border Color

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

This div border color is #c13fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c13fdc


Comments

No comments written yet.

Please login to write comment.