Color Hex Logo

#c13fd4 Color Hex

#C13FD4
(193,63,212)
0 Favorites   0 Comments

Color spaces of #c13fd4

RGB 19363212
HSL0.810.630.54
HSV292°70°83°
CMYK 0.090.700.00   0.17
XYZ35.653519.645964.2003
Yxy19.64590.29840.1644
Hunter Lab44.323766.0170-54.8515
CIE-Lab51.434569.9332-51.4424

#c13fd4 color RGB value is (193,63,212).

#c13fd4 hex color red value is 193, green value is 63 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #c13fd4 hue: 0.81 , saturation: 0.63 and the lightness value of c13fd4 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00111111 11010100
Octal 301 77 324
Decimal 193 63 212
Hex C1 3F D4

RGB Percentages of Color #c13fd4

%41.24
%13.46
%45.30

CMYK Percentages of Color #c13fd4

%9
%70
%0
%17

Triadic Colors of #c13fd4

#c13fd4 #d4c13f #3fd4c1

Analogous Colors of #c13fd4

#c13fd4 #d43f9d #773fd4

Monochromatic Colors of #c13fd4

#c13fd4

Complementary Color

#c13fd4 #52d43f

#c13fd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c13fd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c13fd4 Color CSS Codes

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

#c13fd4 Text Font Color

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

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


#c13fd4 Background Color

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

This div background color is #c13fd4


#c13fd4 Border Color

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

This div border color is #c13fd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c13fd4


Comments

No comments written yet.

Please login to write comment.