Color Hex Logo

#c174be Color Hex

#C174BE
(193,116,190)
0 Favorites   0 Comments

Color spaces of #c174be

RGB 193116190
HSL0.840.380.61
HSV302°40°76°
CMYK 0.000.400.02   0.24
XYZ37.532027.545952.0539
Yxy27.54590.32040.2352
Hunter Lab52.484235.7999-22.0650
CIE-Lab59.476241.4954-26.2533

#c174be color RGB value is (193,116,190).

#c174be hex color red value is 193, green value is 116 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #c174be hue: 0.84 , saturation: 0.38 and the lightness value of c174be is 0.61.

The process color (four color CMYK) of #c174be color hex is 0.00, 0.40, 0.02, 0.24. Web safe color of #c174be is #cc66cc. Color #c174be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01110100 10111110
Octal 301 164 276
Decimal 193 116 190
Hex C1 74 BE

RGB Percentages of Color #c174be

%38.68
%23.25
%38.08

CMYK Percentages of Color #c174be

%0
%40
%2
%24

Triadic Colors of #c174be

#c174be #bec174 #74bec1

Analogous Colors of #c174be

#c174be #c17498 #9e74c1

Monochromatic Colors of #c174be

#c174be

Complementary Color

#c174be #74c177

#c174be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c174be Color Preview on White Background

Lorem ipsum dolor sit amet.

#c174be Color CSS Codes

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

#c174be Text Font Color

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

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


#c174be Background Color

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

This div background color is #c174be


#c174be Border Color

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

This div border color is #c174be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c174be


Comments

No comments written yet.

Please login to write comment.