Color Hex Logo

#c73fcf Color Hex

#C73FCF
(199,63,207)
0 Favorites   0 Comments

Color spaces of #c73fcf

RGB 19963207
HSL0.820.600.53
HSV297°70°81°
CMYK 0.040.700.00   0.19
XYZ36.593220.202161.0022
Yxy20.20210.31060.1715
Hunter Lab44.946766.6682-49.0063
CIE-Lab52.064970.3563-47.5230

#c73fcf color RGB value is (199,63,207).

#c73fcf hex color red value is 199, green value is 63 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #c73fcf hue: 0.82 , saturation: 0.60 and the lightness value of c73fcf is 0.53.

The process color (four color CMYK) of #c73fcf color hex is 0.04, 0.70, 0.00, 0.19. Web safe color of #c73fcf is #cc33cc. Color #c73fcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00111111 11001111
Octal 307 77 317
Decimal 199 63 207
Hex C7 3F CF

RGB Percentages of Color #c73fcf

%42.43
%13.43
%44.14

CMYK Percentages of Color #c73fcf

%4
%70
%0
%19

Triadic Colors of #c73fcf

#c73fcf #cfc73f #3fcfc7

Analogous Colors of #c73fcf

#c73fcf #cf3f8f #7f3fcf

Monochromatic Colors of #c73fcf

#c73fcf

Complementary Color

#c73fcf #47cf3f

#c73fcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c73fcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c73fcf Color CSS Codes

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

#c73fcf Text Font Color

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

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


#c73fcf Background Color

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

This div background color is #c73fcf


#c73fcf Border Color

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

This div border color is #c73fcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c73fcf


Comments

No comments written yet.

Please login to write comment.