Color Hex Logo

#c13def Color Hex

#C13DEF
(193,61,239)
0 Favorites   0 Comments

Color spaces of #c13def

RGB 19361239
HSL0.790.850.59
HSV284°74°94°
CMYK 0.190.740.00   0.06
XYZ39.241120.906983.6286
Yxy20.90690.27290.1454
Hunter Lab45.724173.1744-76.4336
CIE-Lab52.847575.5534-64.4565

#c13def color RGB value is (193,61,239).

#c13def hex color red value is 193, green value is 61 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #c13def hue: 0.79 , saturation: 0.85 and the lightness value of c13def is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00111101 11101111
Octal 301 75 357
Decimal 193 61 239
Hex C1 3D EF

RGB Percentages of Color #c13def

%39.15
%12.37
%48.48

CMYK Percentages of Color #c13def

%19
%74
%0
%6

Triadic Colors of #c13def

#c13def #efc13d #3defc1

Analogous Colors of #c13def

#c13def #ef3dc4 #683def

Monochromatic Colors of #c13def

#c13def

Complementary Color

#c13def #6bef3d

#c13def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c13def Color Preview on White Background

Lorem ipsum dolor sit amet.

#c13def Color CSS Codes

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

#c13def Text Font Color

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

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


#c13def Background Color

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

This div background color is #c13def


#c13def Border Color

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

This div border color is #c13def


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c13def


Comments

No comments written yet.

Please login to write comment.