Color Hex Logo

#c195db Color Hex

#C195DB
(193,149,219)
0 Favorites   0 Comments

Color spaces of #c195db

RGB 193149219
HSL0.770.490.72
HSV278°32°86°
CMYK 0.120.320.00   0.14
XYZ45.525937.946871.9428
Yxy37.94680.29290.2442
Hunter Lab61.601024.1179-26.1232
CIE-Lab67.981429.2214-29.4009

#c195db color RGB value is (193,149,219).

#c195db hex color red value is 193, green value is 149 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c195db hue: 0.77 , saturation: 0.49 and the lightness value of c195db is 0.72.

The process color (four color CMYK) of #c195db color hex is 0.12, 0.32, 0.00, 0.14. Web safe color of #c195db is #cc99cc. Color #c195db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10010101 11011011
Octal 301 225 333
Decimal 193 149 219
Hex C1 95 DB

RGB Percentages of Color #c195db

%34.40
%26.56
%39.04

CMYK Percentages of Color #c195db

%12
%32
%0
%14

Triadic Colors of #c195db

#c195db #dbc195 #95dbc1

Analogous Colors of #c195db

#c195db #db95d2 #9e95db

Monochromatic Colors of #c195db

#c195db

Complementary Color

#c195db #afdb95

#c195db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c195db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c195db Color CSS Codes

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

#c195db Text Font Color

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

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


#c195db Background Color

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

This div background color is #c195db


#c195db Border Color

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

This div border color is #c195db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c195db


Comments

No comments written yet.

Please login to write comment.