Color Hex Logo

#c107db Color Hex

#C107DB
(193,7,219)
0 Favorites   0 Comments

Color spaces of #c107db

RGB 1937219
HSL0.810.940.44
HSV293°97°86°
CMYK 0.120.970.00   0.14
XYZ34.854516.603968.3857
Yxy16.60390.29080.1385
Hunter Lab40.747981.3747-70.9807
CIE-Lab47.757083.0702-61.3508

#c107db color RGB value is (193,7,219).

#c107db hex color red value is 193, green value is 7 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c107db hue: 0.81 , saturation: 0.94 and the lightness value of c107db is 0.44.

The process color (four color CMYK) of #c107db color hex is 0.12, 0.97, 0.00, 0.14. Web safe color of #c107db is #cc00cc. Color #c107db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00000111 11011011
Octal 301 7 333
Decimal 193 7 219
Hex C1 7 DB

RGB Percentages of Color #c107db

%46.06
%1.67
%52.27

CMYK Percentages of Color #c107db

%12
%97
%0
%14

Triadic Colors of #c107db

#c107db #dbc107 #07dbc1

Analogous Colors of #c107db

#c107db #db078b #5707db

Monochromatic Colors of #c107db

#c107db

Complementary Color

#c107db #21db07

#c107db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c107db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c107db Color CSS Codes

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

#c107db Text Font Color

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

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


#c107db Background Color

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

This div background color is #c107db


#c107db Border Color

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

This div border color is #c107db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c107db


Comments

No comments written yet.

Please login to write comment.