Color Hex Logo

#c107cd Color Hex

#C107CD
(193,7,205)
0 Favorites   0 Comments

Color spaces of #c107cd

RGB 1937205
HSL0.820.930.42
HSV296°97°80°
CMYK 0.060.970.00   0.20
XYZ33.087715.897259.0822
Yxy15.89720.30620.1471
Hunter Lab39.871378.3557-59.9474
CIE-Lab46.839380.8735-54.7845

#c107cd color RGB value is (193,7,205).

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

The process color (four color CMYK) of #c107cd color hex is 0.06, 0.97, 0.00, 0.20. Web safe color of #c107cd is #cc00cc. Color #c107cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00000111 11001101
Octal 301 7 315
Decimal 193 7 205
Hex C1 7 CD

RGB Percentages of Color #c107cd

%47.65
%1.73
%50.62

CMYK Percentages of Color #c107cd

%6
%97
%0
%20

Triadic Colors of #c107cd

#c107cd #cdc107 #07cdc1

Analogous Colors of #c107cd

#c107cd #cd0776 #5e07cd

Monochromatic Colors of #c107cd

#c107cd

Complementary Color

#c107cd #13cd07

#c107cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c107cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c107cd Color CSS Codes

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

#c107cd Text Font Color

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

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


#c107cd Background Color

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

This div background color is #c107cd


#c107cd Border Color

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

This div border color is #c107cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c107cd


Comments

No comments written yet.

Please login to write comment.