Color Hex Logo

#c3adfc Color Hex

#C3ADFC
(195,173,252)
0 Favorites   0 Comments

Color spaces of #c3adfc

RGB 195173252
HSL0.710.930.83
HSV257°31°99°
CMYK 0.230.310.00   0.01
XYZ55.019948.517598.5604
Yxy48.51750.27220.2401
Hunter Lab69.654519.1013-35.1366
CIE-Lab75.150223.8180-36.3133

#c3adfc color RGB value is (195,173,252).

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

The process color (four color CMYK) of #c3adfc color hex is 0.23, 0.31, 0.00, 0.01. Web safe color of #c3adfc is #cc99ff. Color #c3adfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10101101 11111100
Octal 303 255 374
Decimal 195 173 252
Hex C3 AD FC

RGB Percentages of Color #c3adfc

%31.45
%27.90
%40.65

CMYK Percentages of Color #c3adfc

%23
%31
%0
%1

Triadic Colors of #c3adfc

#c3adfc #fcc3ad #adfcc3

Analogous Colors of #c3adfc

#c3adfc #ebadfc #adbffc

Monochromatic Colors of #c3adfc

#c3adfc

Complementary Color

#c3adfc #e6fcad

#c3adfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3adfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3adfc Color CSS Codes

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

#c3adfc Text Font Color

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

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


#c3adfc Background Color

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

This div background color is #c3adfc


#c3adfc Border Color

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

This div border color is #c3adfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3adfc


Comments

No comments written yet.

Please login to write comment.