Color Hex Logo

#c17edc Color Hex

#C17EDC
(193,126,220)
0 Favorites   0 Comments

Color spaces of #c17edc

RGB 193126220
HSL0.790.570.68
HSV283°43°86°
CMYK 0.120.430.00   0.14
XYZ42.371431.426571.5428
Yxy31.42650.29150.2162
Hunter Lab56.059336.8120-36.4242
CIE-Lab62.866042.0175-37.8970

#c17edc color RGB value is (193,126,220).

#c17edc hex color red value is 193, green value is 126 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c17edc hue: 0.79 , saturation: 0.57 and the lightness value of c17edc is 0.68.

The process color (four color CMYK) of #c17edc color hex is 0.12, 0.43, 0.00, 0.14. Web safe color of #c17edc is #cc66cc. Color #c17edc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01111110 11011100
Octal 301 176 334
Decimal 193 126 220
Hex C1 7E DC

RGB Percentages of Color #c17edc

%35.81
%23.38
%40.82

CMYK Percentages of Color #c17edc

%12
%43
%0
%14

Triadic Colors of #c17edc

#c17edc #dcc17e #7edcc1

Analogous Colors of #c17edc

#c17edc #dc7ec8 #927edc

Monochromatic Colors of #c17edc

#c17edc

Complementary Color

#c17edc #99dc7e

#c17edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c17edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c17edc Color CSS Codes

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

#c17edc Text Font Color

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

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


#c17edc Background Color

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

This div background color is #c17edc


#c17edc Border Color

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

This div border color is #c17edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c17edc


Comments

No comments written yet.

Please login to write comment.