Color Hex Logo

#c195dd Color Hex

#C195DD
(193,149,221)
0 Favorites   0 Comments

Color spaces of #c195dd

RGB 193149221
HSL0.770.510.73
HSV277°33°87°
CMYK 0.130.330.00   0.13
XYZ45.790938.052873.3381
Yxy38.05280.29130.2421
Hunter Lab61.687024.5503-27.3076
CIE-Lab68.059529.6422-30.3851

#c195dd color RGB value is (193,149,221).

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

The process color (four color CMYK) of #c195dd color hex is 0.13, 0.33, 0.00, 0.13. Web safe color of #c195dd is #cc99cc. Color #c195dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10010101 11011101
Octal 301 225 335
Decimal 193 149 221
Hex C1 95 DD

RGB Percentages of Color #c195dd

%34.28
%26.47
%39.25

CMYK Percentages of Color #c195dd

%13
%33
%0
%13

Triadic Colors of #c195dd

#c195dd #ddc195 #95ddc1

Analogous Colors of #c195dd

#c195dd #dd95d5 #9d95dd

Monochromatic Colors of #c195dd

#c195dd

Complementary Color

#c195dd #b1dd95

#c195dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c195dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c195dd Color CSS Codes

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

#c195dd Text Font Color

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

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


#c195dd Background Color

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

This div background color is #c195dd


#c195dd Border Color

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

This div border color is #c195dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c195dd


Comments

No comments written yet.

Please login to write comment.