Color Hex Logo

#c165ba Color Hex

#C165BA
(193,101,186)
0 Favorites   0 Comments

Color spaces of #c165ba

RGB 193101186
HSL0.850.430.58
HSV305°48°76°
CMYK 0.000.480.04   0.24
XYZ35.508924.190049.2520
Yxy24.19000.32590.2220
Hunter Lab49.183342.8009-24.9444
CIE-Lab56.277548.5698-28.9105

#c165ba color RGB value is (193,101,186).

#c165ba hex color red value is 193, green value is 101 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #c165ba hue: 0.85 , saturation: 0.43 and the lightness value of c165ba is 0.58.

The process color (four color CMYK) of #c165ba color hex is 0.00, 0.48, 0.04, 0.24. Web safe color of #c165ba is #cc66cc. Color #c165ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01100101 10111010
Octal 301 145 272
Decimal 193 101 186
Hex C1 65 BA

RGB Percentages of Color #c165ba

%40.21
%21.04
%38.75

CMYK Percentages of Color #c165ba

%0
%48
%4
%24

Triadic Colors of #c165ba

#c165ba #bac165 #65bac1

Analogous Colors of #c165ba

#c165ba #c1658c #9a65c1

Monochromatic Colors of #c165ba

#c165ba

Complementary Color

#c165ba #65c16c

#c165ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c165ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c165ba Color CSS Codes

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

#c165ba Text Font Color

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

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


#c165ba Background Color

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

This div background color is #c165ba


#c165ba Border Color

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

This div border color is #c165ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c165ba


Comments

No comments written yet.

Please login to write comment.