Color Hex Logo

#c38dde Color Hex

#C38DDE
(195,141,222)
0 Favorites   0 Comments

Color spaces of #c38dde

RGB 195141222
HSL0.780.550.71
HSV280°36°87°
CMYK 0.120.360.00   0.13
XYZ45.215435.925873.6585
Yxy35.92580.29210.2321
Hunter Lab59.938129.7629-30.9053
CIE-Lab66.463234.8739-33.3923

#c38dde color RGB value is (195,141,222).

#c38dde hex color red value is 195, green value is 141 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c38dde hue: 0.78 , saturation: 0.55 and the lightness value of c38dde is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10001101 11011110
Octal 303 215 336
Decimal 195 141 222
Hex C3 8D DE

RGB Percentages of Color #c38dde

%34.95
%25.27
%39.78

CMYK Percentages of Color #c38dde

%12
%36
%0
%13

Triadic Colors of #c38dde

#c38dde #dec38d #8ddec3

Analogous Colors of #c38dde

#c38dde #de8dd1 #9b8dde

Monochromatic Colors of #c38dde

#c38dde

Complementary Color

#c38dde #a8de8d

#c38dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c38dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#c38dde Color CSS Codes

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

#c38dde Text Font Color

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

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


#c38dde Background Color

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

This div background color is #c38dde


#c38dde Border Color

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

This div border color is #c38dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c38dde


Comments

No comments written yet.

Please login to write comment.