Color Hex Logo

#c38ada Color Hex

#C38ADA
(195,138,218)
0 Favorites   0 Comments

Color spaces of #c38ada

RGB 195138218
HSL0.790.520.70
HSV283°37°85°
CMYK 0.110.370.00   0.15
XYZ44.249034.841070.7225
Yxy34.84100.29540.2326
Hunter Lab59.026330.5164-29.7201
CIE-Lab65.624735.6873-32.4736

#c38ada color RGB value is (195,138,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10001010 11011010
Octal 303 212 332
Decimal 195 138 218
Hex C3 8A DA

RGB Percentages of Color #c38ada

%35.39
%25.05
%39.56

CMYK Percentages of Color #c38ada

%11
%37
%0
%15

Triadic Colors of #c38ada

#c38ada #dac38a #8adac3

Analogous Colors of #c38ada

#c38ada #da8ac9 #9b8ada

Monochromatic Colors of #c38ada

#c38ada

Complementary Color

#c38ada #a1da8a

#c38ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c38ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#c38ada Color CSS Codes

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

#c38ada Text Font Color

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

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


#c38ada Background Color

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

This div background color is #c38ada


#c38ada Border Color

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

This div border color is #c38ada


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,138,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 #c38ada">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c38ada


Comments

No comments written yet.

Please login to write comment.