Color Hex Logo

#c7acf3 Color Hex

#C7ACF3
(199,172,243)
0 Favorites   0 Comments

Color spaces of #c7acf3

RGB 199172243
HSL0.730.750.81
HSV263°29°95°
CMYK 0.180.290.00   0.05
XYZ54.483448.118291.2102
Yxy48.11820.28110.2483
Hunter Lab69.367318.8072-29.4026
CIE-Lab74.899423.5400-31.8115

#c7acf3 color RGB value is (199,172,243).

#c7acf3 hex color red value is 199, green value is 172 and the blue value of its RGB is 243. Cylindrical-coordinate representations (also known as HSL) of color #c7acf3 hue: 0.73 , saturation: 0.75 and the lightness value of c7acf3 is 0.81.

The process color (four color CMYK) of #c7acf3 color hex is 0.18, 0.29, 0.00, 0.05. Web safe color of #c7acf3 is #cc99ff. Color #c7acf3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10101100 11110011
Octal 307 254 363
Decimal 199 172 243
Hex C7 AC F3

RGB Percentages of Color #c7acf3

%32.41
%28.01
%39.58

CMYK Percentages of Color #c7acf3

%18
%29
%0
%5

Triadic Colors of #c7acf3

#c7acf3 #f3c7ac #acf3c7

Analogous Colors of #c7acf3

#c7acf3 #ebacf3 #acb5f3

Monochromatic Colors of #c7acf3

#c7acf3

Complementary Color

#c7acf3 #d8f3ac

#c7acf3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7acf3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7acf3 Color CSS Codes

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

#c7acf3 Text Font Color

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

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


#c7acf3 Background Color

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

This div background color is #c7acf3


#c7acf3 Border Color

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

This div border color is #c7acf3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7acf3


Comments

No comments written yet.

Please login to write comment.