Color Hex Logo

#c165cb Color Hex

#C165CB
(193,101,203)
0 Favorites   0 Comments

Color spaces of #c165cb

RGB 193101203
HSL0.820.500.60
HSV294°50°80°
CMYK 0.050.500.00   0.20
XYZ37.425524.956659.3445
Yxy24.95660.30750.2050
Hunter Lab49.956646.3011-35.4623
CIE-Lab57.033151.6788-37.4500

#c165cb color RGB value is (193,101,203).

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

The process color (four color CMYK) of #c165cb color hex is 0.05, 0.50, 0.00, 0.20. Web safe color of #c165cb is #cc66cc. Color #c165cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01100101 11001011
Octal 301 145 313
Decimal 193 101 203
Hex C1 65 CB

RGB Percentages of Color #c165cb

%38.83
%20.32
%40.85

CMYK Percentages of Color #c165cb

%5
%50
%0
%20

Triadic Colors of #c165cb

#c165cb #cbc165 #65cbc1

Analogous Colors of #c165cb

#c165cb #cb65a2 #8e65cb

Monochromatic Colors of #c165cb

#c165cb

Complementary Color

#c165cb #6fcb65

#c165cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c165cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c165cb Color CSS Codes

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

#c165cb Text Font Color

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

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


#c165cb Background Color

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

This div background color is #c165cb


#c165cb Border Color

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

This div border color is #c165cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c165cb


Comments

No comments written yet.

Please login to write comment.