Color Hex Logo

#c165ca Color Hex

#C165CA
(193,101,202)
0 Favorites   0 Comments

Color spaces of #c165ca

RGB 193101202
HSL0.820.490.59
HSV295°50°79°
CMYK 0.040.500.00   0.21
XYZ37.306724.909158.7188
Yxy24.90910.30850.2060
Hunter Lab49.909046.0869-34.8194
CIE-Lab56.986751.4905-36.9538

#c165ca color RGB value is (193,101,202).

#c165ca hex color red value is 193, green value is 101 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c165ca hue: 0.82 , saturation: 0.49 and the lightness value of c165ca is 0.59.

The process color (four color CMYK) of #c165ca color hex is 0.04, 0.50, 0.00, 0.21. Web safe color of #c165ca is #cc66cc. Color #c165ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01100101 11001010
Octal 301 145 312
Decimal 193 101 202
Hex C1 65 CA

RGB Percentages of Color #c165ca

%38.91
%20.36
%40.73

CMYK Percentages of Color #c165ca

%4
%50
%0
%21

Triadic Colors of #c165ca

#c165ca #cac165 #65cac1

Analogous Colors of #c165ca

#c165ca #ca65a1 #8f65ca

Monochromatic Colors of #c165ca

#c165ca

Complementary Color

#c165ca #6eca65

#c165ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c165ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c165ca Color CSS Codes

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

#c165ca Text Font Color

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

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


#c165ca Background Color

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

This div background color is #c165ca


#c165ca Border Color

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

This div border color is #c165ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c165ca


Comments

No comments written yet.

Please login to write comment.