Color Hex Logo

#c17ded Color Hex

#C17DED
(193,125,237)
0 Favorites   0 Comments

Color spaces of #c17ded

RGB 193125237
HSL0.770.760.71
HSV276°47°93°
CMYK 0.190.470.00   0.07
XYZ44.612032.119183.9691
Yxy32.11910.27760.1999
Hunter Lab56.673741.3313-48.1738
CIE-Lab63.441246.1557-46.4397

#c17ded color RGB value is (193,125,237).

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

The process color (four color CMYK) of #c17ded color hex is 0.19, 0.47, 0.00, 0.07. Web safe color of #c17ded is #cc66ff. Color #c17ded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01111101 11101101
Octal 301 175 355
Decimal 193 125 237
Hex C1 7D ED

RGB Percentages of Color #c17ded

%34.77
%22.52
%42.70

CMYK Percentages of Color #c17ded

%19
%47
%0
%7

Triadic Colors of #c17ded

#c17ded #edc17d #7dedc1

Analogous Colors of #c17ded

#c17ded #ed7de1 #897ded

Monochromatic Colors of #c17ded

#c17ded

Complementary Color

#c17ded #a9ed7d

#c17ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c17ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#c17ded Color CSS Codes

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

#c17ded Text Font Color

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

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


#c17ded Background Color

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

This div background color is #c17ded


#c17ded Border Color

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

This div border color is #c17ded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c17ded


Comments

No comments written yet.

Please login to write comment.