Color Hex Logo

#c13ce6 Color Hex

#C13CE6
(193,60,230)
0 Favorites   0 Comments

Color spaces of #c13ce6

RGB 19360230
HSL0.800.770.57
HSV287°74°90°
CMYK 0.160.740.00   0.10
XYZ37.891120.282376.7807
Yxy20.28230.28080.1503
Hunter Lab45.035971.3689-69.5571
CIE-Lab52.154974.2191-60.5082

#c13ce6 color RGB value is (193,60,230).

#c13ce6 hex color red value is 193, green value is 60 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #c13ce6 hue: 0.80 , saturation: 0.77 and the lightness value of c13ce6 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00111100 11100110
Octal 301 74 346
Decimal 193 60 230
Hex C1 3C E6

RGB Percentages of Color #c13ce6

%39.96
%12.42
%47.62

CMYK Percentages of Color #c13ce6

%16
%74
%0
%10

Triadic Colors of #c13ce6

#c13ce6 #e6c13c #3ce6c1

Analogous Colors of #c13ce6

#c13ce6 #e63cb6 #6c3ce6

Monochromatic Colors of #c13ce6

#c13ce6

Complementary Color

#c13ce6 #61e63c

#c13ce6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c13ce6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c13ce6 Color CSS Codes

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

#c13ce6 Text Font Color

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

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


#c13ce6 Background Color

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

This div background color is #c13ce6


#c13ce6 Border Color

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

This div border color is #c13ce6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c13ce6


Comments

No comments written yet.

Please login to write comment.