Color Hex Logo

#c068bd Color Hex

#C068BD
(192,104,189)
0 Favorites   0 Comments

Color spaces of #c068bd

RGB 192104189
HSL0.840.410.58
HSV302°46°75°
CMYK 0.000.460.02   0.25
XYZ35.873924.781251.0366
Yxy24.78120.32120.2219
Hunter Lab49.780741.5177-25.9393
CIE-Lab56.861647.2819-29.7358

#c068bd color RGB value is (192,104,189).

#c068bd hex color red value is 192, green value is 104 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c068bd hue: 0.84 , saturation: 0.41 and the lightness value of c068bd is 0.58.

The process color (four color CMYK) of #c068bd color hex is 0.00, 0.46, 0.02, 0.25. Web safe color of #c068bd is #cc66cc. Color #c068bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01101000 10111101
Octal 300 150 275
Decimal 192 104 189
Hex C0 68 BD

RGB Percentages of Color #c068bd

%39.59
%21.44
%38.97

CMYK Percentages of Color #c068bd

%0
%46
%2
%25

Triadic Colors of #c068bd

#c068bd #bdc068 #68bdc0

Analogous Colors of #c068bd

#c068bd #c06891 #9768c0

Monochromatic Colors of #c068bd

#c068bd

Complementary Color

#c068bd #68c06b

#c068bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c068bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c068bd Color CSS Codes

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

#c068bd Text Font Color

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

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


#c068bd Background Color

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

This div background color is #c068bd


#c068bd Border Color

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

This div border color is #c068bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c068bd


Comments

No comments written yet.

Please login to write comment.