color codes Logo

#c705cc color codes

#C705CC
(199,5,204)
0 Favorites   0 Comments

Color spaces of #c705cc

RGB 1995204
HSL0.830.950.41
HSV298°98°80°
CMYK 0.020.980.00   0.20
XYZ34.506516.610358.5141
Yxy16.61030.31480.1515
Hunter Lab40.755779.8074-56.5952
CIE-Lab47.765281.8399-52.6636

#c705cc color RGB value is (199,5,204).

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

The process color (four color CMYK) of #c705cc color code is 0.02, 0.98, 0.00, 0.20. Web safe color of #c705cc is #cc00cc. Color #c705cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00000101 11001100
Octal 307 5 314
Decimal 199 5 204
Hex C7 5 CC

RGB Percentages of Color #c705cc

%48.77
%1.23
%50.00

CMYK Percentages of Color #c705cc

%2
%98
%0
%20

Triadic Colors of #c705cc

#c705cc #ccc705 #05ccc7

Analogous Colors of #c705cc

#c705cc #cc056e #6405cc

Monochromatic Colors of #c705cc

#c705cc

Complementary Color

#c705cc #0acc05

#c705cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c705cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c705cc Color CSS Codes

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

#c705cc Text Font Color

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

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


#c705cc Background Color

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

This div background color is #c705cc


#c705cc Border Color

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

This div border color is #c705cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c705cc


Comments

No comments written yet.

Please login to write comment.