Color Hex Logo

#c165ea Color Hex

#C165EA
(193,101,234)
0 Favorites   0 Comments

Color spaces of #c165ea

RGB 193101234
HSL0.780.760.66
HSV282°57°92°
CMYK 0.180.570.00   0.08
XYZ41.497326.585380.7862
Yxy26.58530.27880.1786
Hunter Lab51.560953.4288-56.8035
CIE-Lab58.588557.8104-52.4591

#c165ea color RGB value is (193,101,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01100101 11101010
Octal 301 145 352
Decimal 193 101 234
Hex C1 65 EA

RGB Percentages of Color #c165ea

%36.55
%19.13
%44.32

CMYK Percentages of Color #c165ea

%18
%57
%0
%8

Triadic Colors of #c165ea

#c165ea #eac165 #65eac1

Analogous Colors of #c165ea

#c165ea #ea65d1 #7f65ea

Monochromatic Colors of #c165ea

#c165ea

Complementary Color

#c165ea #8eea65

#c165ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c165ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c165ea Color CSS Codes

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

#c165ea Text Font Color

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

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


#c165ea Background Color

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

This div background color is #c165ea


#c165ea Border Color

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

This div border color is #c165ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c165ea


Comments

No comments written yet.

Please login to write comment.