Color Hex Logo

#c3adff Color Hex

#C3ADFF
(195,173,255)
0 Favorites   0 Comments

Color spaces of #c3adff

RGB 195173255
HSL0.711.000.84
HSV256°32°100°
CMYK 0.240.320.00   0.00
XYZ55.499248.7092101.0844
Yxy48.70920.27030.2373
Hunter Lab69.792019.8088-37.0193
CIE-Lab75.270124.5078-37.7442

#c3adff color RGB value is (195,173,255).

#c3adff hex color red value is 195, green value is 173 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #c3adff hue: 0.71 , saturation: 1.00 and the lightness value of c3adff is 0.84.

The process color (four color CMYK) of #c3adff color hex is 0.24, 0.32, 0.00, 0.00. Web safe color of #c3adff is #cc99ff. Color #c3adff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10101101 11111111
Octal 303 255 377
Decimal 195 173 255
Hex C3 AD FF

RGB Percentages of Color #c3adff

%31.30
%27.77
%40.93

CMYK Percentages of Color #c3adff

%24
%32
%0
%0

Triadic Colors of #c3adff

#c3adff #ffc3ad #adffc3

Analogous Colors of #c3adff

#c3adff #ecadff #adc0ff

Monochromatic Colors of #c3adff

#c3adff

Complementary Color

#c3adff #e9ffad

#c3adff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3adff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3adff Color CSS Codes

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

#c3adff Text Font Color

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

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


#c3adff Background Color

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

This div background color is #c3adff


#c3adff Border Color

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

This div border color is #c3adff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3adff


Comments

No comments written yet.

Please login to write comment.