Color Hex Logo

#c13ecf Color Hex

#C13ECF
(193,62,207)
0 Favorites   0 Comments

Color spaces of #c13ecf

RGB 19362207
HSL0.820.600.53
HSV294°70°81°
CMYK 0.070.700.00   0.19
XYZ34.977419.287760.9109
Yxy19.28770.30370.1675
Hunter Lab43.917865.3066-51.4887
CIE-Lab51.022169.4167-49.2387

#c13ecf color RGB value is (193,62,207).

#c13ecf hex color red value is 193, green value is 62 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #c13ecf hue: 0.82 , saturation: 0.60 and the lightness value of c13ecf is 0.53.

The process color (four color CMYK) of #c13ecf color hex is 0.07, 0.70, 0.00, 0.19. Web safe color of #c13ecf is #cc33cc. Color #c13ecf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00111110 11001111
Octal 301 76 317
Decimal 193 62 207
Hex C1 3E CF

RGB Percentages of Color #c13ecf

%41.77
%13.42
%44.81

CMYK Percentages of Color #c13ecf

%7
%70
%0
%19

Triadic Colors of #c13ecf

#c13ecf #cfc13e #3ecfc1

Analogous Colors of #c13ecf

#c13ecf #cf3e95 #793ecf

Monochromatic Colors of #c13ecf

#c13ecf

Complementary Color

#c13ecf #4ccf3e

#c13ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c13ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c13ecf Color CSS Codes

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

#c13ecf Text Font Color

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

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


#c13ecf Background Color

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

This div background color is #c13ecf


#c13ecf Border Color

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

This div border color is #c13ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c13ecf


Comments

No comments written yet.

Please login to write comment.