Color Hex Logo

#c174dc Color Hex

#C174DC
(193,116,220)
0 Favorites   0 Comments

Color spaces of #c174dc

RGB 193116220
HSL0.790.600.66
HSV284°47°86°
CMYK 0.120.470.00   0.14
XYZ41.156028.995571.1377
Yxy28.99550.29130.2052
Hunter Lab53.847542.1957-40.6346
CIE-Lab60.777747.3315-41.1689

#c174dc color RGB value is (193,116,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01110100 11011100
Octal 301 164 334
Decimal 193 116 220
Hex C1 74 DC

RGB Percentages of Color #c174dc

%36.48
%21.93
%41.59

CMYK Percentages of Color #c174dc

%12
%47
%0
%14

Triadic Colors of #c174dc

#c174dc #dcc174 #74dcc1

Analogous Colors of #c174dc

#c174dc #dc74c3 #8d74dc

Monochromatic Colors of #c174dc

#c174dc

Complementary Color

#c174dc #8fdc74

#c174dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c174dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c174dc Color CSS Codes

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

#c174dc Text Font Color

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

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


#c174dc Background Color

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

This div background color is #c174dc


#c174dc Border Color

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

This div border color is #c174dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c174dc


Comments

No comments written yet.

Please login to write comment.