Color Hex Logo

#c38dda Color Hex

#C38DDA
(195,141,218)
0 Favorites   0 Comments

Color spaces of #c38dda

RGB 195141218
HSL0.780.510.70
HSV282°35°85°
CMYK 0.110.350.00   0.15
XYZ44.685435.713870.8679
Yxy35.71380.29540.2361
Hunter Lab59.761028.8889-28.4766
CIE-Lab66.300734.0434-31.4267

#c38dda color RGB value is (195,141,218).

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

The process color (four color CMYK) of #c38dda color hex is 0.11, 0.35, 0.00, 0.15. Web safe color of #c38dda is #cc99cc. Color #c38dda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10001101 11011010
Octal 303 215 332
Decimal 195 141 218
Hex C3 8D DA

RGB Percentages of Color #c38dda

%35.20
%25.45
%39.35

CMYK Percentages of Color #c38dda

%11
%35
%0
%15

Triadic Colors of #c38dda

#c38dda #dac38d #8ddac3

Analogous Colors of #c38dda

#c38dda #da8dcb #9d8dda

Monochromatic Colors of #c38dda

#c38dda

Complementary Color

#c38dda #a4da8d

#c38dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c38dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#c38dda Color CSS Codes

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

#c38dda Text Font Color

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

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


#c38dda Background Color

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

This div background color is #c38dda


#c38dda Border Color

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

This div border color is #c38dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c38dda


Comments

No comments written yet.

Please login to write comment.