Color Hex Logo

#c38ded Color Hex

#C38DED
(195,141,237)
0 Favorites   0 Comments

Color spaces of #c38ded

RGB 195141237
HSL0.760.730.74
HSV274°41°93°
CMYK 0.180.410.00   0.07
XYZ47.316636.766384.7235
Yxy36.76630.28030.2178
Hunter Lab60.635233.1806-40.3992
CIE-Lab67.101338.0781-40.6767

#c38ded color RGB value is (195,141,237).

#c38ded hex color red value is 195, green value is 141 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #c38ded hue: 0.76 , saturation: 0.73 and the lightness value of c38ded is 0.74.

The process color (four color CMYK) of #c38ded color hex is 0.18, 0.41, 0.00, 0.07. Web safe color of #c38ded is #cc99ff. Color #c38ded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10001101 11101101
Octal 303 215 355
Decimal 195 141 237
Hex C3 8D ED

RGB Percentages of Color #c38ded

%34.03
%24.61
%41.36

CMYK Percentages of Color #c38ded

%18
%41
%0
%7

Triadic Colors of #c38ded

#c38ded #edc38d #8dedc3

Analogous Colors of #c38ded

#c38ded #ed8de7 #938ded

Monochromatic Colors of #c38ded

#c38ded

Complementary Color

#c38ded #b7ed8d

#c38ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c38ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#c38ded Color CSS Codes

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

#c38ded Text Font Color

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

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


#c38ded Background Color

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

This div background color is #c38ded


#c38ded Border Color

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

This div border color is #c38ded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c38ded


Comments

No comments written yet.

Please login to write comment.