Color Hex Logo

#c165ec Color Hex

#C165EC
(193,101,236)
0 Favorites   0 Comments

Color spaces of #c165ec

RGB 193101236
HSL0.780.780.66
HSV281°57°93°
CMYK 0.180.570.00   0.07
XYZ41.786326.700982.3083
Yxy26.70090.27710.1771
Hunter Lab51.672953.9199-58.2703
CIE-Lab58.696458.2236-53.4030

#c165ec color RGB value is (193,101,236).

#c165ec hex color red value is 193, green value is 101 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #c165ec hue: 0.78 , saturation: 0.78 and the lightness value of c165ec is 0.66.

The process color (four color CMYK) of #c165ec color hex is 0.18, 0.57, 0.00, 0.07. Web safe color of #c165ec is #cc66ff. Color #c165ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01100101 11101100
Octal 301 145 354
Decimal 193 101 236
Hex C1 65 EC

RGB Percentages of Color #c165ec

%36.42
%19.06
%44.53

CMYK Percentages of Color #c165ec

%18
%57
%0
%7

Triadic Colors of #c165ec

#c165ec #ecc165 #65ecc1

Analogous Colors of #c165ec

#c165ec #ec65d4 #7e65ec

Monochromatic Colors of #c165ec

#c165ec

Complementary Color

#c165ec #90ec65

#c165ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c165ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c165ec Color CSS Codes

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

#c165ec Text Font Color

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

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


#c165ec Background Color

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

This div background color is #c165ec


#c165ec Border Color

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

This div border color is #c165ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c165ec


Comments

No comments written yet.

Please login to write comment.