Color Hex Logo

#c73cff Color Hex

#C73CFF
(199,60,255)
0 Favorites   0 Comments

Color spaces of #c73cff

RGB 19960255
HSL0.791.000.62
HSV283°76°100°
CMYK 0.220.760.00   0.00
XYZ43.219022.593896.6909
Yxy22.59380.26600.1390
Hunter Lab47.532979.1173-87.3339
CIE-Lab54.651579.9553-70.4248

#c73cff color RGB value is (199,60,255).

#c73cff hex color red value is 199, green value is 60 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #c73cff hue: 0.79 , saturation: 1.00 and the lightness value of c73cff is 0.62.

The process color (four color CMYK) of #c73cff color hex is 0.22, 0.76, 0.00, 0.00. Web safe color of #c73cff is #cc33ff. Color #c73cff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00111100 11111111
Octal 307 74 377
Decimal 199 60 255
Hex C7 3C FF

RGB Percentages of Color #c73cff

%38.72
%11.67
%49.61

CMYK Percentages of Color #c73cff

%22
%76
%0
%0

Triadic Colors of #c73cff

#c73cff #ffc73c #3cffc7

Analogous Colors of #c73cff

#c73cff #ff3cd6 #663cff

Monochromatic Colors of #c73cff

#c73cff

Complementary Color

#c73cff #74ff3c

#c73cff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c73cff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c73cff Color CSS Codes

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

#c73cff Text Font Color

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

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


#c73cff Background Color

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

This div background color is #c73cff


#c73cff Border Color

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

This div border color is #c73cff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c73cff


Comments

No comments written yet.

Please login to write comment.