Color Hex Logo

#c17efa Color Hex

#C17EFA
(193,126,250)
0 Favorites   0 Comments

Color spaces of #c17efa

RGB 193126250
HSL0.760.930.74
HSV272°50°98°
CMYK 0.230.500.00   0.02
XYZ46.708533.161394.3814
Yxy33.16130.26810.1903
Hunter Lab57.585844.0080-56.8644
CIE-Lab64.291348.4854-52.2615

#c17efa color RGB value is (193,126,250).

#c17efa hex color red value is 193, green value is 126 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #c17efa hue: 0.76 , saturation: 0.93 and the lightness value of c17efa is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01111110 11111010
Octal 301 176 372
Decimal 193 126 250
Hex C1 7E FA

RGB Percentages of Color #c17efa

%33.92
%22.14
%43.94

CMYK Percentages of Color #c17efa

%23
%50
%0
%2

Triadic Colors of #c17efa

#c17efa #fac17e #7efac1

Analogous Colors of #c17efa

#c17efa #fa7ef5 #837efa

Monochromatic Colors of #c17efa

#c17efa

Complementary Color

#c17efa #b7fa7e

#c17efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c17efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c17efa Color CSS Codes

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

#c17efa Text Font Color

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

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


#c17efa Background Color

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

This div background color is #c17efa


#c17efa Border Color

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

This div border color is #c17efa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,126,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 #c17efa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c17efa


Comments

No comments written yet.

Please login to write comment.