Color Hex Logo

#c064bd Color Hex

#C064BD
(192,100,189)
0 Favorites   0 Comments

Color spaces of #c064bd

RGB 192100189
HSL0.840.420.57
HSV302°48°75°
CMYK 0.000.480.02   0.25
XYZ35.480723.994950.9056
Yxy23.99490.32140.2174
Hunter Lab48.984643.5688-27.3259
CIE-Lab56.082749.3143-30.9458

#c064bd color RGB value is (192,100,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01100100 10111101
Octal 300 144 275
Decimal 192 100 189
Hex C0 64 BD

RGB Percentages of Color #c064bd

%39.92
%20.79
%39.29

CMYK Percentages of Color #c064bd

%0
%48
%2
%25

Triadic Colors of #c064bd

#c064bd #bdc064 #64bdc0

Analogous Colors of #c064bd

#c064bd #c0648f #9564c0

Monochromatic Colors of #c064bd

#c064bd

Complementary Color

#c064bd #64c067

#c064bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c064bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c064bd Color CSS Codes

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

#c064bd Text Font Color

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

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


#c064bd Background Color

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

This div background color is #c064bd


#c064bd Border Color

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

This div border color is #c064bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c064bd


Comments

No comments written yet.

Please login to write comment.