Color Hex Logo

#c165db Color Hex

#C165DB
(193,101,219)
0 Favorites   0 Comments

Color spaces of #c165db

RGB 193101219
HSL0.800.620.63
HSV287°54°86°
CMYK 0.120.540.00   0.14
XYZ39.432225.759369.9116
Yxy25.75930.29190.1907
Hunter Lab50.753649.8638-46.1427
CIE-Lab57.807954.7756-45.2863

#c165db color RGB value is (193,101,219).

#c165db hex color red value is 193, green value is 101 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c165db hue: 0.80 , saturation: 0.62 and the lightness value of c165db is 0.63.

The process color (four color CMYK) of #c165db color hex is 0.12, 0.54, 0.00, 0.14. Web safe color of #c165db is #cc66cc. Color #c165db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01100101 11011011
Octal 301 145 333
Decimal 193 101 219
Hex C1 65 DB

RGB Percentages of Color #c165db

%37.62
%19.69
%42.69

CMYK Percentages of Color #c165db

%12
%54
%0
%14

Triadic Colors of #c165db

#c165db #dbc165 #65dbc1

Analogous Colors of #c165db

#c165db #db65ba #8665db

Monochromatic Colors of #c165db

#c165db

Complementary Color

#c165db #7fdb65

#c165db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c165db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c165db Color CSS Codes

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

#c165db Text Font Color

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

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


#c165db Background Color

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

This div background color is #c165db


#c165db Border Color

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

This div border color is #c165db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c165db


Comments

No comments written yet.

Please login to write comment.