Color Hex Logo

#c165dd Color Hex

#C165DD
(193,101,221)
0 Favorites   0 Comments

Color spaces of #c165dd

RGB 193101221
HSL0.790.640.63
HSV286°54°87°
CMYK 0.130.540.00   0.13
XYZ39.697125.865371.3068
Yxy25.86530.29000.1890
Hunter Lab50.857950.3266-47.5286
CIE-Lab57.909055.1731-46.2523

#c165dd color RGB value is (193,101,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01100101 11011101
Octal 301 145 335
Decimal 193 101 221
Hex C1 65 DD

RGB Percentages of Color #c165dd

%37.48
%19.61
%42.91

CMYK Percentages of Color #c165dd

%13
%54
%0
%13

Triadic Colors of #c165dd

#c165dd #ddc165 #65ddc1

Analogous Colors of #c165dd

#c165dd #dd65bd #8565dd

Monochromatic Colors of #c165dd

#c165dd

Complementary Color

#c165dd #81dd65

#c165dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c165dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c165dd Color CSS Codes

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

#c165dd Text Font Color

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

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


#c165dd Background Color

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

This div background color is #c165dd


#c165dd Border Color

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

This div border color is #c165dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c165dd


Comments

No comments written yet.

Please login to write comment.