Color Hex Logo

#c38ccd Color Hex

#C38CCD
(195,140,205)
0 Favorites   0 Comments

Color spaces of #c38ccd

RGB 195140205
HSL0.810.390.68
HSV291°32°80°
CMYK 0.050.320.00   0.20
XYZ42.903234.766062.2069
Yxy34.76600.30670.2485
Hunter Lab58.962726.6977-21.2783
CIE-Lab65.566131.9707-25.3235

#c38ccd color RGB value is (195,140,205).

#c38ccd hex color red value is 195, green value is 140 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #c38ccd hue: 0.81 , saturation: 0.39 and the lightness value of c38ccd is 0.68.

The process color (four color CMYK) of #c38ccd color hex is 0.05, 0.32, 0.00, 0.20. Web safe color of #c38ccd is #cc99cc. Color #c38ccd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10001100 11001101
Octal 303 214 315
Decimal 195 140 205
Hex C3 8C CD

RGB Percentages of Color #c38ccd

%36.11
%25.93
%37.96

CMYK Percentages of Color #c38ccd

%5
%32
%0
%20

Triadic Colors of #c38ccd

#c38ccd #cdc38c #8ccdc3

Analogous Colors of #c38ccd

#c38ccd #cd8cb7 #a38ccd

Monochromatic Colors of #c38ccd

#c38ccd

Complementary Color

#c38ccd #96cd8c

#c38ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c38ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c38ccd Color CSS Codes

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

#c38ccd Text Font Color

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

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


#c38ccd Background Color

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

This div background color is #c38ccd


#c38ccd Border Color

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

This div border color is #c38ccd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(195,140,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c38ccd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c38ccd;
  -webkit-box-shadow: 1px 1px 3px 2px #c38ccd;
  box-shadow:         1px 1px 3px 2px #c38ccd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,140,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c38ccd

#c38ccd Color Palettes


Comments

No comments written yet.

Please login to write comment.