Color Hex Logo

#c707ca Color Hex

#C707CA
(199,7,202)
0 Favorites   0 Comments

Color spaces of #c707ca

RGB 1997202
HSL0.830.930.41
HSV299°97°79°
CMYK 0.010.970.00   0.21
XYZ34.289816.558357.2659
Yxy16.55830.31720.1532
Hunter Lab40.691979.2056-54.9548
CIE-Lab47.698681.3787-51.6139

#c707ca color RGB value is (199,7,202).

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

The process color (four color CMYK) of #c707ca color hex is 0.01, 0.97, 0.00, 0.21. Web safe color of #c707ca is #cc00cc. Color #c707ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00000111 11001010
Octal 307 7 312
Decimal 199 7 202
Hex C7 7 CA

RGB Percentages of Color #c707ca

%48.77
%1.72
%49.51

CMYK Percentages of Color #c707ca

%1
%97
%0
%21

Triadic Colors of #c707ca

#c707ca #cac707 #07cac7

Analogous Colors of #c707ca

#c707ca #ca076c #6607ca

Monochromatic Colors of #c707ca

#c707ca

Complementary Color

#c707ca #0aca07

#c707ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c707ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c707ca Color CSS Codes

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

#c707ca Text Font Color

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

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


#c707ca Background Color

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

This div background color is #c707ca


#c707ca Border Color

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

This div border color is #c707ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c707ca


Comments

No comments written yet.

Please login to write comment.