Color Hex Logo

#c073c3 Color Hex

#C073C3
(192,115,195)
0 Favorites   0 Comments

Color spaces of #c073c3

RGB 192115195
HSL0.830.400.61
HSV298°41°76°
CMYK 0.020.410.00   0.24
XYZ37.719327.408154.9320
Yxy27.40810.31420.2283
Hunter Lab52.352736.9890-25.5641
CIE-Lab59.350242.6479-29.3013

#c073c3 color RGB value is (192,115,195).

#c073c3 hex color red value is 192, green value is 115 and the blue value of its RGB is 195. Cylindrical-coordinate representations (also known as HSL) of color #c073c3 hue: 0.83 , saturation: 0.40 and the lightness value of c073c3 is 0.61.

The process color (four color CMYK) of #c073c3 color hex is 0.02, 0.41, 0.00, 0.24. Web safe color of #c073c3 is #cc66cc. Color #c073c3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01110011 11000011
Octal 300 163 303
Decimal 192 115 195
Hex C0 73 C3

RGB Percentages of Color #c073c3

%38.25
%22.91
%38.84

CMYK Percentages of Color #c073c3

%2
%41
%0
%24

Triadic Colors of #c073c3

#c073c3 #c3c073 #73c3c0

Analogous Colors of #c073c3

#c073c3 #c3739e #9873c3

Monochromatic Colors of #c073c3

#c073c3

Complementary Color

#c073c3 #76c373

#c073c3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c073c3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c073c3 Color CSS Codes

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

#c073c3 Text Font Color

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

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


#c073c3 Background Color

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

This div background color is #c073c3


#c073c3 Border Color

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

This div border color is #c073c3


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(192,115,195, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c073c3; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c073c3;
  -webkit-box-shadow: 1px 1px 3px 2px #c073c3;
  box-shadow:         1px 1px 3px 2px #c073c3; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,115,195, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c073c3


Comments

No comments written yet.

Please login to write comment.