Color Hex Logo

#c7afdc Color Hex

#C7AFDC
(199,175,220)
0 Favorites   0 Comments

Color spaces of #c7afdc

RGB 199175220
HSL0.760.390.77
HSV272°20°86°
CMYK 0.100.200.00   0.14
XYZ51.801447.969474.2389
Yxy47.96940.29770.2757
Hunter Lab69.259912.3001-15.0703
CIE-Lab74.805617.0140-19.4688

#c7afdc color RGB value is (199,175,220).

#c7afdc hex color red value is 199, green value is 175 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c7afdc hue: 0.76 , saturation: 0.39 and the lightness value of c7afdc is 0.77.

The process color (four color CMYK) of #c7afdc color hex is 0.10, 0.20, 0.00, 0.14. Web safe color of #c7afdc is #cc99cc. Color #c7afdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10101111 11011100
Octal 307 257 334
Decimal 199 175 220
Hex C7 AF DC

RGB Percentages of Color #c7afdc

%33.50
%29.46
%37.04

CMYK Percentages of Color #c7afdc

%10
%20
%0
%14

Triadic Colors of #c7afdc

#c7afdc #dcc7af #afdcc7

Analogous Colors of #c7afdc

#c7afdc #dcafdb #b1afdc

Monochromatic Colors of #c7afdc

#c7afdc

Complementary Color

#c7afdc #c4dcaf

#c7afdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7afdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7afdc Color CSS Codes

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

#c7afdc Text Font Color

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

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


#c7afdc Background Color

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

This div background color is #c7afdc


#c7afdc Border Color

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

This div border color is #c7afdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7afdc


Comments

No comments written yet.

Please login to write comment.