Color Hex Logo

#c705a3 Color Hex

#C705A3
(199,5,163)
0 Favorites   0 Comments

Color spaces of #c705a3

RGB 1995163
HSL0.860.950.40
HSV311°97°78°
CMYK 0.000.970.18   0.22
XYZ30.218314.895035.9327
Yxy14.89500.37290.1838
Hunter Lab38.594072.2221-28.1857
CIE-Lab45.490076.2129-32.1928

#c705a3 color RGB value is (199,5,163).

#c705a3 hex color red value is 199, green value is 5 and the blue value of its RGB is 163. Cylindrical-coordinate representations (also known as HSL) of color #c705a3 hue: 0.86 , saturation: 0.95 and the lightness value of c705a3 is 0.40.

The process color (four color CMYK) of #c705a3 color hex is 0.00, 0.97, 0.18, 0.22. Web safe color of #c705a3 is #cc0099. Color #c705a3 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00000101 10100011
Octal 307 5 243
Decimal 199 5 163
Hex C7 5 A3

RGB Percentages of Color #c705a3

%54.22
%1.36
%44.41

CMYK Percentages of Color #c705a3

%0
%97
%18
%22

Triadic Colors of #c705a3

#c705a3 #a3c705 #05a3c7

Analogous Colors of #c705a3

#c705a3 #c70542 #8a05c7

Monochromatic Colors of #c705a3

#c705a3

Complementary Color

#c705a3 #05c729

#c705a3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c705a3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c705a3 Color CSS Codes

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

#c705a3 Text Font Color

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

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


#c705a3 Background Color

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

This div background color is #c705a3


#c705a3 Border Color

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

This div border color is #c705a3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c705a3


Comments

No comments written yet.

Please login to write comment.