Color Hex Logo

#c705ce Color Hex

#C705CE
(199,5,206)
0 Favorites   0 Comments

Color spaces of #c705ce

RGB 1995206
HSL0.830.950.41
HSV298°98°81°
CMYK 0.030.980.00   0.19
XYZ34.748016.706959.7858
Yxy16.70690.31240.1502
Hunter Lab40.874180.2174-58.1106
CIE-Lab47.888682.1383-53.6204

#c705ce color RGB value is (199,5,206).

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

The process color (four color CMYK) of #c705ce color hex is 0.03, 0.98, 0.00, 0.19. Web safe color of #c705ce is #cc00cc. Color #c705ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00000101 11001110
Octal 307 5 316
Decimal 199 5 206
Hex C7 5 CE

RGB Percentages of Color #c705ce

%48.54
%1.22
%50.24

CMYK Percentages of Color #c705ce

%3
%98
%0
%19

Triadic Colors of #c705ce

#c705ce #cec705 #05cec7

Analogous Colors of #c705ce

#c705ce #ce0571 #6305ce

Monochromatic Colors of #c705ce

#c705ce

Complementary Color

#c705ce #0cce05

#c705ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c705ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c705ce Color CSS Codes

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

#c705ce Text Font Color

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

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


#c705ce Background Color

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

This div background color is #c705ce


#c705ce Border Color

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

This div border color is #c705ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c705ce


Comments

No comments written yet.

Please login to write comment.