Color Hex Logo

#c165fa Color Hex

#C165FA
(193,101,250)
0 Favorites   0 Comments

Color spaces of #c165fa

RGB 193101250
HSL0.770.940.69
HSV277°60°98°
CMYK 0.230.600.00   0.02
XYZ43.901327.546993.4457
Yxy27.54690.26620.1671
Hunter Lab52.485157.4577-68.8216
CIE-Lab59.477261.1675-59.9294

#c165fa color RGB value is (193,101,250).

#c165fa hex color red value is 193, green value is 101 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #c165fa hue: 0.77 , saturation: 0.94 and the lightness value of c165fa is 0.69.

The process color (four color CMYK) of #c165fa color hex is 0.23, 0.60, 0.00, 0.02. Web safe color of #c165fa is #cc66ff. Color #c165fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01100101 11111010
Octal 301 145 372
Decimal 193 101 250
Hex C1 65 FA

RGB Percentages of Color #c165fa

%35.48
%18.57
%45.96

CMYK Percentages of Color #c165fa

%23
%60
%0
%2

Triadic Colors of #c165fa

#c165fa #fac165 #65fac1

Analogous Colors of #c165fa

#c165fa #fa65e9 #7765fa

Monochromatic Colors of #c165fa

#c165fa

Complementary Color

#c165fa #9efa65

#c165fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c165fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c165fa Color CSS Codes

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

#c165fa Text Font Color

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

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


#c165fa Background Color

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

This div background color is #c165fa


#c165fa Border Color

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

This div border color is #c165fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c165fa


Comments

No comments written yet.

Please login to write comment.