Color Hex Logo

#c768c3 Color Hex

#C768C3
(199,104,195)
0 Favorites   0 Comments

Color spaces of #c768c3

RGB 199104195
HSL0.840.460.59
HSV303°48°78°
CMYK 0.000.480.02   0.22
XYZ38.353825.982954.6235
Yxy25.98290.32240.2184
Hunter Lab50.973445.1048-27.8542
CIE-Lab58.020850.4268-31.2947

#c768c3 color RGB value is (199,104,195).

#c768c3 hex color red value is 199, green value is 104 and the blue value of its RGB is 195. Cylindrical-coordinate representations (also known as HSL) of color #c768c3 hue: 0.84 , saturation: 0.46 and the lightness value of c768c3 is 0.59.

The process color (four color CMYK) of #c768c3 color hex is 0.00, 0.48, 0.02, 0.22. Web safe color of #c768c3 is #cc66cc. Color #c768c3 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01101000 11000011
Octal 307 150 303
Decimal 199 104 195
Hex C7 68 C3

RGB Percentages of Color #c768c3

%39.96
%20.88
%39.16

CMYK Percentages of Color #c768c3

%0
%48
%2
%22

Triadic Colors of #c768c3

#c768c3 #c3c768 #68c3c7

Analogous Colors of #c768c3

#c768c3 #c76894 #9c68c7

Monochromatic Colors of #c768c3

#c768c3

Complementary Color

#c768c3 #68c76c

#c768c3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c768c3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c768c3 Color CSS Codes

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

#c768c3 Text Font Color

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

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


#c768c3 Background Color

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

This div background color is #c768c3


#c768c3 Border Color

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

This div border color is #c768c3


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,104,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 #c768c3">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c768c3


Comments

No comments written yet.

Please login to write comment.