Color Hex Logo

#c17bdf Color Hex

#C17BDF
(193,123,223)
0 Favorites   0 Comments

Color spaces of #c17bdf

RGB 193123223
HSL0.780.610.68
HSV282°45°87°
CMYK 0.130.450.00   0.13
XYZ42.394630.831173.5286
Yxy30.83110.28890.2101
Hunter Lab55.525839.1169-39.6453
CIE-Lab62.364844.2477-40.3553

#c17bdf color RGB value is (193,123,223).

#c17bdf hex color red value is 193, green value is 123 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c17bdf hue: 0.78 , saturation: 0.61 and the lightness value of c17bdf is 0.68.

The process color (four color CMYK) of #c17bdf color hex is 0.13, 0.45, 0.00, 0.13. Web safe color of #c17bdf is #cc66cc. Color #c17bdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01111011 11011111
Octal 301 173 337
Decimal 193 123 223
Hex C1 7B DF

RGB Percentages of Color #c17bdf

%35.81
%22.82
%41.37

CMYK Percentages of Color #c17bdf

%13
%45
%0
%13

Triadic Colors of #c17bdf

#c17bdf #dfc17b #7bdfc1

Analogous Colors of #c17bdf

#c17bdf #df7bcb #8f7bdf

Monochromatic Colors of #c17bdf

#c17bdf

Complementary Color

#c17bdf #99df7b

#c17bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c17bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c17bdf Color CSS Codes

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

#c17bdf Text Font Color

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

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


#c17bdf Background Color

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

This div background color is #c17bdf


#c17bdf Border Color

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

This div border color is #c17bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c17bdf


Comments

No comments written yet.

Please login to write comment.