Color Hex Logo

#c730bd Color Hex

#C730BD
(199,48,189)
0 Favorites   0 Comments

Color spaces of #c730bd

RGB 19948189
HSL0.840.610.48
HSV304°76°78°
CMYK 0.000.760.05   0.22
XYZ33.795417.930149.8238
Yxy17.93010.33280.1766
Hunter Lab42.343968.3619-40.1225
CIE-Lab49.411272.2778-41.3408

#c730bd color RGB value is (199,48,189).

#c730bd hex color red value is 199, green value is 48 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c730bd hue: 0.84 , saturation: 0.61 and the lightness value of c730bd is 0.48.

The process color (four color CMYK) of #c730bd color hex is 0.00, 0.76, 0.05, 0.22. Web safe color of #c730bd is #cc33cc. Color #c730bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00110000 10111101
Octal 307 60 275
Decimal 199 48 189
Hex C7 30 BD

RGB Percentages of Color #c730bd

%45.64
%11.01
%43.35

CMYK Percentages of Color #c730bd

%0
%76
%5
%22

Triadic Colors of #c730bd

#c730bd #bdc730 #30bdc7

Analogous Colors of #c730bd

#c730bd #c73072 #8630c7

Monochromatic Colors of #c730bd

#c730bd

Complementary Color

#c730bd #30c73a

#c730bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c730bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c730bd Color CSS Codes

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

#c730bd Text Font Color

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

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


#c730bd Background Color

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

This div background color is #c730bd


#c730bd Border Color

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

This div border color is #c730bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c730bd


Comments

No comments written yet.

Please login to write comment.