Color Hex Logo

#c13fcf Color Hex

#C13FCF
(193,63,207)
0 Favorites   0 Comments

Color spaces of #c13fcf

RGB 19363207
HSL0.820.600.53
HSV294°70°81°
CMYK 0.070.700.00   0.19
XYZ35.032319.397560.9292
Yxy19.39750.30370.1681
Hunter Lab44.042664.9077-51.1929
CIE-Lab51.149169.0569-49.0364

#c13fcf color RGB value is (193,63,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00111111 11001111
Octal 301 77 317
Decimal 193 63 207
Hex C1 3F CF

RGB Percentages of Color #c13fcf

%41.68
%13.61
%44.71

CMYK Percentages of Color #c13fcf

%7
%70
%0
%19

Triadic Colors of #c13fcf

#c13fcf #cfc13f #3fcfc1

Analogous Colors of #c13fcf

#c13fcf #cf3f95 #793fcf

Monochromatic Colors of #c13fcf

#c13fcf

Complementary Color

#c13fcf #4dcf3f

#c13fcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c13fcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c13fcf Color CSS Codes

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

#c13fcf Text Font Color

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

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


#c13fcf Background Color

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

This div background color is #c13fcf


#c13fcf Border Color

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

This div border color is #c13fcf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,63,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 #c13fcf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c13fcf


Comments

No comments written yet.

Please login to write comment.