color codes Logo

#c7adfa color codes

#C7ADFA
(199,173,250)
0 Favorites   0 Comments

Color spaces of #c7adfa

RGB 199173250
HSL0.720.890.83
HSV260°31°98°
CMYK 0.200.310.00   0.02
XYZ55.752148.931496.9487
Yxy48.93140.27650.2427
Hunter Lab69.951019.8533-33.2074
CIE-Lab75.408624.5443-34.8073

#c7adfa color RGB value is (199,173,250).

#c7adfa hex color red value is 199, green value is 173 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #c7adfa hue: 0.72 , saturation: 0.89 and the lightness value of c7adfa is 0.83.

The process color (four color CMYK) of #c7adfa color code is 0.20, 0.31, 0.00, 0.02. Web safe color of #c7adfa is #cc99ff. Color #c7adfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10101101 11111010
Octal 307 255 372
Decimal 199 173 250
Hex C7 AD FA

RGB Percentages of Color #c7adfa

%31.99
%27.81
%40.19

CMYK Percentages of Color #c7adfa

%20
%31
%0
%2

Triadic Colors of #c7adfa

#c7adfa #fac7ad #adfac7

Analogous Colors of #c7adfa

#c7adfa #eeadfa #adbafa

Monochromatic Colors of #c7adfa

#c7adfa

Complementary Color

#c7adfa #e0faad

#c7adfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7adfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7adfa Color CSS Codes

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

#c7adfa Text Font Color

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

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


#c7adfa Background Color

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

This div background color is #c7adfa


#c7adfa Border Color

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

This div border color is #c7adfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7adfa


Comments

No comments written yet.

Please login to write comment.