Color Hex Logo

#c17cef Color Hex

#C17CEF
(193,124,239)
0 Favorites   0 Comments

Color spaces of #c17cef

RGB 193124239
HSL0.770.780.71
HSV276°48°94°
CMYK 0.190.480.00   0.06
XYZ44.780031.984885.4749
Yxy31.98480.27600.1971
Hunter Lab56.555142.3638-50.0197
CIE-Lab63.330347.1207-47.7207

#c17cef color RGB value is (193,124,239).

#c17cef hex color red value is 193, green value is 124 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #c17cef hue: 0.77 , saturation: 0.78 and the lightness value of c17cef is 0.71.

The process color (four color CMYK) of #c17cef color hex is 0.19, 0.48, 0.00, 0.06. Web safe color of #c17cef is #cc66ff. Color #c17cef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01111100 11101111
Octal 301 174 357
Decimal 193 124 239
Hex C1 7C EF

RGB Percentages of Color #c17cef

%34.71
%22.30
%42.99

CMYK Percentages of Color #c17cef

%19
%48
%0
%6

Triadic Colors of #c17cef

#c17cef #efc17c #7cefc1

Analogous Colors of #c17cef

#c17cef #ef7ce4 #887cef

Monochromatic Colors of #c17cef

#c17cef

Complementary Color

#c17cef #aaef7c

#c17cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c17cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c17cef Color CSS Codes

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

#c17cef Text Font Color

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

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


#c17cef Background Color

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

This div background color is #c17cef


#c17cef Border Color

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

This div border color is #c17cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c17cef


Comments

No comments written yet.

Please login to write comment.