Color Hex Logo

#c13edd Color Hex

#C13EDD
(193,62,221)
0 Favorites   0 Comments

Color spaces of #c13edd

RGB 19362221
HSL0.800.700.55
HSV289°72°87°
CMYK 0.130.720.00   0.13
XYZ36.766120.003270.3298
Yxy20.00320.28930.1574
Hunter Lab44.724968.4671-61.9259
CIE-Lab51.840871.8943-55.9177

#c13edd color RGB value is (193,62,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00111110 11011101
Octal 301 76 335
Decimal 193 62 221
Hex C1 3E DD

RGB Percentages of Color #c13edd

%40.55
%13.03
%46.43

CMYK Percentages of Color #c13edd

%13
%72
%0
%13

Triadic Colors of #c13edd

#c13edd #ddc13e #3eddc1

Analogous Colors of #c13edd

#c13edd #dd3eaa #723edd

Monochromatic Colors of #c13edd

#c13edd

Complementary Color

#c13edd #5add3e

#c13edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c13edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c13edd Color CSS Codes

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

#c13edd Text Font Color

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

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


#c13edd Background Color

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

This div background color is #c13edd


#c13edd Border Color

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

This div border color is #c13edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c13edd


Comments

No comments written yet.

Please login to write comment.