Color Hex Logo

#c3adda Color Hex

#C3ADDA
(195,173,218)
0 Favorites   0 Comments

Color spaces of #c3adda

RGB 195173218
HSL0.750.380.77
HSV269°21°85°
CMYK 0.110.210.00   0.15
XYZ50.104146.551272.6742
Yxy46.55120.29590.2749
Hunter Lab68.228411.6831-15.3934
CIE-Lab73.901816.3996-19.7816

#c3adda color RGB value is (195,173,218).

#c3adda hex color red value is 195, green value is 173 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #c3adda hue: 0.75 , saturation: 0.38 and the lightness value of c3adda is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10101101 11011010
Octal 303 255 332
Decimal 195 173 218
Hex C3 AD DA

RGB Percentages of Color #c3adda

%33.28
%29.52
%37.20

CMYK Percentages of Color #c3adda

%11
%21
%0
%15

Triadic Colors of #c3adda

#c3adda #dac3ad #addac3

Analogous Colors of #c3adda

#c3adda #daadda #adaeda

Monochromatic Colors of #c3adda

#c3adda

Complementary Color

#c3adda #c4daad

#c3adda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3adda Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3adda Color CSS Codes

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

#c3adda Text Font Color

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

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


#c3adda Background Color

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

This div background color is #c3adda


#c3adda Border Color

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

This div border color is #c3adda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3adda


Comments

No comments written yet.

Please login to write comment.