Color Hex Logo

#c178db Color Hex

#C178DB
(193,120,219)
0 Favorites   0 Comments

Color spaces of #c178db

RGB 193120219
HSL0.790.580.66
HSV284°45°86°
CMYK 0.120.450.00   0.14
XYZ41.495029.884970.5992
Yxy29.88490.29230.2105
Hunter Lab54.667139.8229-38.3025
CIE-Lab61.554845.0176-39.3900

#c178db color RGB value is (193,120,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01111000 11011011
Octal 301 170 333
Decimal 193 120 219
Hex C1 78 DB

RGB Percentages of Color #c178db

%36.28
%22.56
%41.17

CMYK Percentages of Color #c178db

%12
%45
%0
%14

Triadic Colors of #c178db

#c178db #dbc178 #78dbc1

Analogous Colors of #c178db

#c178db #db78c4 #9078db

Monochromatic Colors of #c178db

#c178db

Complementary Color

#c178db #92db78

#c178db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c178db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c178db Color CSS Codes

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

#c178db Text Font Color

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

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


#c178db Background Color

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

This div background color is #c178db


#c178db Border Color

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

This div border color is #c178db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c178db


Comments

No comments written yet.

Please login to write comment.