Color Hex Logo

#c107ca Color Hex

#C107CA
(193,7,202)
0 Favorites   0 Comments

Color spaces of #c107ca

RGB 1937202
HSL0.830.930.41
HSV297°97°79°
CMYK 0.040.970.00   0.21
XYZ32.729015.753757.1929
Yxy15.75370.30970.1491
Hunter Lab39.690977.7313-57.6507
CIE-Lab46.649780.4153-53.3538

#c107ca color RGB value is (193,7,202).

#c107ca hex color red value is 193, green value is 7 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c107ca hue: 0.83 , saturation: 0.93 and the lightness value of c107ca is 0.41.

The process color (four color CMYK) of #c107ca color hex is 0.04, 0.97, 0.00, 0.21. Web safe color of #c107ca is #cc00cc. Color #c107ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00000111 11001010
Octal 301 7 312
Decimal 193 7 202
Hex C1 7 CA

RGB Percentages of Color #c107ca

%48.01
%1.74
%50.25

CMYK Percentages of Color #c107ca

%4
%97
%0
%21

Triadic Colors of #c107ca

#c107ca #cac107 #07cac1

Analogous Colors of #c107ca

#c107ca #ca0772 #5f07ca

Monochromatic Colors of #c107ca

#c107ca

Complementary Color

#c107ca #10ca07

#c107ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c107ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c107ca Color CSS Codes

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

#c107ca Text Font Color

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

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


#c107ca Background Color

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

This div background color is #c107ca


#c107ca Border Color

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

This div border color is #c107ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c107ca


Comments

No comments written yet.

Please login to write comment.